aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/kboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/kboot/Makefile')
-rw-r--r--sys/boot/powerpc/kboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/powerpc/kboot/Makefile b/sys/boot/powerpc/kboot/Makefile
index ca463982e3a6..6a1741b1db7c 100644
--- a/sys/boot/powerpc/kboot/Makefile
+++ b/sys/boot/powerpc/kboot/Makefile
@@ -64,7 +64,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