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 aa2c19c..9c5dc05 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -11,7 +11,9 @@ SUBDIR+= ofw
.endif
# Pick the machine-dependent subdir based on the target architecture.
+.if ${MACHINE_ARCH} != "arm"
SUBDIR+= ${MACHINE:S/amd64/i386/}
+.endif
# Build ARC / AlphaBIOS executable on the Alpha
# (this is a WIP (work in progress)).
OpenPOWER on IntegriCloud