diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 14d166ff4a3a..7afc5a89012d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -456,6 +456,7 @@ _txp= txp .endif .if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \ + ${MACHINE_ARCH:C/mips(el)?/mips/} != "mips" && \ ${MACHINE_ARCH} != "powerpc" _cxgbe= cxgbe .endif