From 5398454adddabb365388617e5532a93e0790429c Mon Sep 17 00:00:00 2001 From: dfr Date: Sat, 9 Jun 2001 16:49:51 +0000 Subject: First approximation of an ia64 EFI loader. Not functional. --- sys/boot/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/boot/Makefile') 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 -- cgit v1.1