summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-06-09 16:49:51 +0000
committerdfr <dfr@FreeBSD.org>2001-06-09 16:49:51 +0000
commit5398454adddabb365388617e5532a93e0790429c (patch)
tree0363e9594830da1c3f4c6b69d6fa954589ec10ab /sys/boot/Makefile
parent640330f7ff48a9ef43f959b570d9ad6fe5bd9fec (diff)
downloadFreeBSD-src-5398454adddabb365388617e5532a93e0790429c.zip
FreeBSD-src-5398454adddabb365388617e5532a93e0790429c.tar.gz
First approximation of an ia64 EFI loader. Not functional.
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 0e4ef33..691ca0f 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
# Build the add-in FORTH interpreter
+.if ${MACHINE_ARCH} != "ia64"
SUBDIR+= ficl
+.endif
# Build OpenFirmware library on PowerPC
.if ${MACHINE_ARCH} == "powerpc"
@@ -22,4 +24,9 @@ SUBDIR+= ${MACHINE_ARCH}
#SUBDIR+= arc
#.endif
+# Build EFI executable on ia64
+.if ${MACHINE_ARCH} == "ia64"
+SUBDIR+= efi
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud