mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not attempt to build anything in sys/boot for arm.
This commit is contained in:
parent
ac388bcd91
commit
b791f3fb91
1 changed files with 2 additions and 0 deletions
|
|
@ -11,7 +11,9 @@ 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)).
|
||||
|
|
|
|||
Loading…
Reference in a new issue