Don't need to special case arm here anymore

This commit is contained in:
Warner Losh 2006-08-10 06:29:43 +00:00
parent 2e6c020cf2
commit a1f26cebf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161157
2 changed files with 0 additions and 4 deletions

View File

@ -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 \

View File

@ -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>