aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-01-26 18:05:31 +0000
committerEd Maste <emaste@FreeBSD.org>2017-01-26 18:05:31 +0000
commit7b523f05a731dcebd3e2c9aeb0175dfdf3a37b73 (patch)
tree5889eefa8f09999f9911345e3d7ea67e6dcea974 /sys/modules/Makefile
parent3d488c41716fd562ab0e3b7caac5ea385e1900d2 (diff)
downloadsrc-7b523f05a731dcebd3e2c9aeb0175dfdf3a37b73.tar.gz
src-7b523f05a731dcebd3e2c9aeb0175dfdf3a37b73.zip
mips: exclude modules that fail to build
Notes
Notes: svn path=/head/; revision=312821
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile9
1 files changed, 6 insertions, 3 deletions
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" && \