summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-07 02:22:45 +0000
committeremaste <emaste@FreeBSD.org>2016-01-07 02:22:45 +0000
commit38d0f31796035d9e143b35883b5ebc60eaa5182d (patch)
tree101d28ede90df7117098bad470ecc087a416c3c3 /sys/boot/efi/Makefile
parent846612d330bcaf313d14c10d56ac864aa14ab840 (diff)
downloadFreeBSD-src-38d0f31796035d9e143b35883b5ebc60eaa5182d.zip
FreeBSD-src-38d0f31796035d9e143b35883b5ebc60eaa5182d.tar.gz
MFC r280950: Move the efi loaders to be under sys/boot/efi
In HEAD this was done to support UEFI on arm64. Merging to stable/10 to facilitate the merging of later UEFI changes.
Diffstat (limited to 'sys/boot/efi/Makefile')
-rw-r--r--sys/boot/efi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile
index ce52113..5dfb648 100644
--- a/sys/boot/efi/Makefile
+++ b/sys/boot/efi/Makefile
@@ -2,4 +2,8 @@
SUBDIR= libefi
+.if ${MACHINE_CPUARCH} == "amd64"
+SUBDIR+= loader boot1
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud