summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 1260ff1..f4eee10 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -401,7 +401,9 @@ _cxgb= cxgb
.endif
.endif
-.if ${MK_SOURCELESS_UCODE} != "no"
+.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
+ ${MACHINE_ARCH:C/mips(el)?/mips/} != "mips" && \
+ ${MACHINE_ARCH} != "powerpc"
_cxgbe= cxgbe
.endif
OpenPOWER on IntegriCloud