mips: exclude modules that fail to build
This commit is contained in:
parent
6280613c24
commit
496aefed74
@ -503,13 +503,16 @@ _bce= bce
|
||||
_fatm= fatm
|
||||
_fxp= fxp
|
||||
_ispfw= ispfw
|
||||
_sf= sf
|
||||
_ti= ti
|
||||
_txp= txp
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "mips"
|
||||
_mwlfw= mwlfw
|
||||
_otusfw= otusfw
|
||||
_ralfw= ralfw
|
||||
_rtwnfw= rtwnfw
|
||||
_sf= sf
|
||||
_ti= ti
|
||||
_txp= txp
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
|
@ -70,9 +70,12 @@ _uath= uath
|
||||
_zyd= zyd
|
||||
_kue= kue
|
||||
_run= run
|
||||
_runfw= runfw
|
||||
_rsu= rsu
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "mips"
|
||||
_rsufw= rsufw
|
||||
_runfw= runfw
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
|
Loading…
x
Reference in New Issue
Block a user