summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/ps3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/ps3/Makefile')
-rw-r--r--sys/boot/powerpc/ps3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ps3/Makefile b/sys/boot/powerpc/ps3/Makefile
index 4c67c15..69f65f3 100644
--- a/sys/boot/powerpc/ps3/Makefile
+++ b/sys/boot/powerpc/ps3/Makefile
@@ -63,7 +63,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