summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/Makefile
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-11-01 17:12:44 +0000
committerandrew <andrew@FreeBSD.org>2014-11-01 17:12:44 +0000
commit2b36711b7857337942c3a4a579451a49491e3db2 (patch)
treeb2eda9c3d489687e9caaec4068e0ceef99190fc0 /sys/boot/fdt/Makefile
parent9e8b5d9f18c4a511536a0cf4ad5d1528d933abba (diff)
downloadFreeBSD-src-2b36711b7857337942c3a4a579451a49491e3db2.zip
FreeBSD-src-2b36711b7857337942c3a4a579451a49491e3db2.tar.gz
Start to allow platforms other than U-Boot to use the FDT code in loader by
moving U-Boot specific code from libfdt.a to a new libuboot_fdt.a. This needs to be a new library for linking to work correctly. Differential Revision: https://reviews.freebsd.org/D1054 Reviewed by: ian, rpaulo (earlier version) MFC after: 1 week
Diffstat (limited to 'sys/boot/fdt/Makefile')
-rw-r--r--sys/boot/fdt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/fdt/Makefile b/sys/boot/fdt/Makefile
index ecb2808..2ec5796 100644
--- a/sys/boot/fdt/Makefile
+++ b/sys/boot/fdt/Makefile
@@ -11,8 +11,7 @@ SRCS+= fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
# Loader's fdt commands extension sources.
SRCS+= fdt_loader_cmd.c
-CFLAGS+= -I${.CURDIR}/../../contrib/libfdt/ -I${.CURDIR}/../common/ \
- -I${.CURDIR}/../uboot/lib
+CFLAGS+= -I${.CURDIR}/../../contrib/libfdt/ -I${.CURDIR}/../common/
CFLAGS+= -ffreestanding
OpenPOWER on IntegriCloud