mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Try harder not to compile anything in sys/boot for arm.
I wonder how buildworld ever worked for me...
This commit is contained in:
parent
2b8b4f37be
commit
9049715ff9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The boot loader
|
||||
.if ${MACHINE_ARCH} != "arm"
|
||||
SUBDIR= boot
|
||||
.endif
|
||||
|
||||
# Loadable kernel modules
|
||||
.if defined(MODULES_WITH_WORLD)
|
||||
|
|
|
|||
|
|
@ -11,9 +11,7 @@ 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