aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-16 03:59:44 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-16 03:59:44 +0000
commit6b9f688352c672850ed67ad2a31788d3ff024f5d (patch)
tree5d055a5449129db72365a0735eeb4e2bb352af74 /sys/boot/sparc64
parent8ed8e507755f93d82f5d5c0374de72cacef6ab2b (diff)
downloadsrc-6b9f688352c672850ed67ad2a31788d3ff024f5d.tar.gz
src-6b9f688352c672850ed67ad2a31788d3ff024f5d.zip
Move all the ficl common code into ficl.mk
There's a number of copies of basically identical code to enable building forth in /boot/loader. Move it all into ficl.mk.
Notes
Notes: svn path=/head/; revision=324652
Diffstat (limited to 'sys/boot/sparc64')
-rw-r--r--sys/boot/sparc64/loader/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index 4825a76ddd6b..1dfb1535da01 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -57,14 +57,6 @@ CFLAGS+= -DLOADER_NFS_SUPPORT
CFLAGS+= -DLOADER_TFTP_SUPPORT
.endif
-.if ${MK_FORTH} != "no"
-# Enable BootForth
-BOOT_FORTH= yes
-CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl
-CFLAGS+= -I${.CURDIR}/../../ficl/sparc64
-LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
-.endif
-
# Always add MI sources
.include "../../loader.mk"
CFLAGS+= -I.