summaryrefslogtreecommitdiffstats
path: root/stand/efi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/efi/Makefile')
-rw-r--r--stand/efi/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/stand/efi/Makefile b/stand/efi/Makefile
index ee1abfd..bf37fcc 100644
--- a/stand/efi/Makefile
+++ b/stand/efi/Makefile
@@ -8,17 +8,11 @@ NO_OBJ=t
# than 4.5 supports it.
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
-.endif
-.if ${MACHINE_CPUARCH} == "aarch64" || \
- ${MACHINE_CPUARCH} == "amd64" || \
- ${MACHINE_CPUARCH} == "arm"
SUBDIR+= libefi loader boot1
-.endif
.endif # ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} >= 40500
OpenPOWER on IntegriCloud