summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
committerimp <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
commitce00be88fb3f3065e3d94b63d968447c6d863882 (patch)
treedb507ee22c5b7b699279ca39b351a954262d7838
parent71f98fe85d3cdf4af968ae2e1fe8d3d2230df50e (diff)
downloadFreeBSD-src-ce00be88fb3f3065e3d94b63d968447c6d863882.zip
FreeBSD-src-ce00be88fb3f3065e3d94b63d968447c6d863882.tar.gz
Don't need to special case arm here anymore
-rw-r--r--sys/Makefile2
-rw-r--r--sys/boot/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 351518d..8636e25 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -4,10 +4,8 @@
# The boot loader
.if ${MK_BOOT} != "no"
-.if ${MACHINE_ARCH} != "arm"
SUBDIR= boot
.endif
-.endif
# Directories to include in cscope name file and TAGS.
CSCOPEDIRS= coda compat conf contrib crypto ddb dev fs geom gnu i4b isa \
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 80ae36d..bbb0ef8 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -17,9 +17,7 @@ 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