mips: exclude modules that fail to build

This commit is contained in:
Ed Maste 2017-01-26 18:05:31 +00:00
parent 3d488c4171
commit 7b523f05a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312821
2 changed files with 10 additions and 4 deletions

View File

@ -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" && \

View File

@ -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"