summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2013-07-01 22:21:42 +0000
committerrmh <rmh@FreeBSD.org>2013-07-01 22:21:42 +0000
commit0f4e04194325876b324489a75526d025c8c65e4d (patch)
tree8fd830efb77b2a3a4f46c08e52b2fdbf10191cc1 /sys/modules
parenta2be363a2bef00337666c281758e5929ed677d56 (diff)
downloadFreeBSD-src-0f4e04194325876b324489a75526d025c8c65e4d.zip
FreeBSD-src-0f4e04194325876b324489a75526d025c8c65e4d.tar.gz
Wrap cxgbe declaration around MK_SOURCELESS_UCODE check
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e43d561..43bc838 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -81,7 +81,7 @@ SUBDIR= \
${_ctau} \
ctl \
${_cxgb} \
- cxgbe \
+ ${_cxgbe} \
${_cyclic} \
dc \
dcons \
@@ -386,6 +386,10 @@ _cxgb= cxgb
.endif
.endif
+.if ${MK_SOURCELESS_UCODE} != "no"
+_cxgbe= cxgbe
+.endif
+
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
.if exists(${.CURDIR}/../opencrypto)
_crypto= crypto
OpenPOWER on IntegriCloud