summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/uboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/uboot/Makefile')
-rw-r--r--sys/boot/powerpc/uboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile
index 133786c..7e2c5d8 100644
--- a/sys/boot/powerpc/uboot/Makefile
+++ b/sys/boot/powerpc/uboot/Makefile
@@ -69,7 +69,8 @@ LIBFDT= ${.OBJDIR}/../../fdt/libfdt.a
.if ${MK_FORTH} != "no"
# Enable BootForth
BOOT_FORTH= yes
-CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
+CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
+CFLAGS+= -I${.CURDIR}/../../ficl/powerpc
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
.endif
OpenPOWER on IntegriCloud