summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-11-05 22:03:04 +0000
committermarcel <marcel@FreeBSD.org>2006-11-05 22:03:04 +0000
commit9ef7e5e3afc0c9daef60848d3b4b44df597298c1 (patch)
tree36bde112cc1780aa7082179e805aad052645807b /sys/boot/Makefile
parenta74874add4b6735fe168a33b970b50a6e9d6024a (diff)
downloadFreeBSD-src-9ef7e5e3afc0c9daef60848d3b4b44df597298c1.zip
FreeBSD-src-9ef7e5e3afc0c9daef60848d3b4b44df597298c1.tar.gz
Major rework of the ia64 loaders. The two primary objectives are:
1. Make libefi portable by removing ia64 specific code and build it on i386 and amd64 by default to prevent regressions. These changes include fixes and improvements over previous code to establish or improve APIs where none existed or when the amount of kluging was unacceptably high. 2. Increase the amount of sharing between the efi and ski loaders to improve maintainability of the loaders and simplify making changes to the loader-kernel handshaking in the future. The version of the efi and ski loaders are now both changed to 1.2 as user visible improvements and changes have been made.
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index bf76176..8d8ffed 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -8,7 +8,7 @@ SUBDIR+= ficl
.endif
# Build EFI library.
-.if ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "ia64"
SUBDIR+= efi
.endif
OpenPOWER on IntegriCloud