Don't descend into ${MACHINE} on the arm platforms.
This commit is contained in:
parent
04cb71301e
commit
08586b224d
@ -17,7 +17,9 @@ SUBDIR+= efi
|
|||||||
SUBDIR+= ofw
|
SUBDIR+= ofw
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} != "arm"
|
||||||
# Pick the machine-dependent subdir based on the target architecture.
|
# Pick the machine-dependent subdir based on the target architecture.
|
||||||
SUBDIR+= ${MACHINE:S/amd64/i386/}
|
SUBDIR+= ${MACHINE:S/amd64/i386/}
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user