summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 2fc9e02..5a720e8 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -5,6 +5,11 @@
SUBDIR+= ficl
.endif
+# Build EFI library.
+.if ${MACHINE_ARCH} == "ia64"
+SUBDIR+= efi
+.endif
+
# Build Open Firmware library.
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
SUBDIR+= ofw
@@ -19,9 +24,4 @@ SUBDIR+= ${MACHINE:S/amd64/i386/}
#SUBDIR+= arc
#.endif
-# Build EFI executable on ia64.
-.if ${MACHINE_ARCH} == "ia64"
-SUBDIR+= efi
-.endif
-
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud