summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-14 13:34:53 +0000
committercognet <cognet@FreeBSD.org>2004-05-14 13:34:53 +0000
commit90fc99220c0342f896367fd01d2edd10dab0d311 (patch)
treedcc4a1832a66cc06dae4823f4510e63990ed2f91 /sys/boot/Makefile
parent68c2ae33372881438e2898d06d7d483040c11db4 (diff)
downloadFreeBSD-src-90fc99220c0342f896367fd01d2edd10dab0d311.zip
FreeBSD-src-90fc99220c0342f896367fd01d2edd10dab0d311.tar.gz
Do not attempt to build anything in sys/boot for arm.
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