diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 24b6a79b1e1d..77ca00bd4e7c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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" && \ diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 72b123e88325..df85000234d1 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -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"