summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/alpha/common/Makefile.common16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common
index 5e2d65d..edde206 100644
--- a/sys/boot/alpha/common/Makefile.common
+++ b/sys/boot/alpha/common/Makefile.common
@@ -11,14 +11,14 @@ SRCS+= dev_net.c
.endif
# Enable BootForth
-#BOOT_FORTH= yes
-#CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
-##CFLAGS+= -DBOOT_FORTH
-#.if exists(${.OBJDIR}/../../ficl/libficl.a)
-#LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
-#.else
-#LIBFICL= ${.CURDIR}/../../ficl/libficl.a
-#.endif
+BOOT_FORTH= yes
+CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
+CFLAGS+= -DBOOT_FORTH
+.if exists(${.OBJDIR}/../../ficl/libficl.a)
+LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
+.else
+LIBFICL= ${.CURDIR}/../../ficl/libficl.a
+.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common
OpenPOWER on IntegriCloud