summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-16 00:19:12 +0000
committercognet <cognet@FreeBSD.org>2004-05-16 00:19:12 +0000
commitfa3c563daeb9d1d616966edd74c7b48b314129e7 (patch)
tree38cdf3acbdc196ad7a12849aeea1dced47f4b8b6 /sys/boot/Makefile
parentbe93053d2f248c11295746e763dc22da8841b8d2 (diff)
downloadFreeBSD-src-fa3c563daeb9d1d616966edd74c7b48b314129e7.zip
FreeBSD-src-fa3c563daeb9d1d616966edd74c7b48b314129e7.tar.gz
Try harder not to compile anything in sys/boot for arm.
I wonder how buildworld ever worked for me...
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 9c5dc05..aa2c19c 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -11,9 +11,7 @@ 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