summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index bbb0ef8..80ae36d 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -17,7 +17,9 @@ SUBDIR+= efi
SUBDIR+= ofw
.endif
+.if ${MACHINE_ARCH} != "arm"
# Pick the machine-dependent subdir based on the target architecture.
SUBDIR+= ${MACHINE:S/amd64/i386/}
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud