Don't need to special case arm here anymore
This commit is contained in:
parent
2e6c020cf2
commit
a1f26cebf0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161157
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user