aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile.amd64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-27 17:35:29 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-27 17:35:29 +0000
commit9e74797f30ffa3e29d54438933f74ad53ad37f99 (patch)
treeaebfc4291a772fde44b7732a2b46714525c1e28d /stand/Makefile.amd64
parent6ef82c0ae222fa999597ccdc781fb954d1a534ab (diff)
downloadsrc-9e74797f30ffa3e29d54438933f74ad53ad37f99.tar.gz
src-9e74797f30ffa3e29d54438933f74ad53ad37f99.zip
Move EFI up to common makefile. There's no need for all these .if's
based on architecture. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=330077
Diffstat (limited to 'stand/Makefile.amd64')
-rw-r--r--stand/Makefile.amd641
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/Makefile.amd64 b/stand/Makefile.amd64
index 2b742143fb33..3ae816158168 100644
--- a/stand/Makefile.amd64
+++ b/stand/Makefile.amd64
@@ -11,7 +11,6 @@ SUBDIR+= ficl32
SUBDIR+= liblua32
.endif
-SUBDIR+= efi
SUBDIR+= userboot
.if ${MK_LOADER_GELI} == "yes"