Wrap cxgbe declaration around MK_SOURCELESS_UCODE check

This commit is contained in:
Robert Millan 2013-07-01 22:21:42 +00:00
parent ad170a1e02
commit 4310207e25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252491

View File

@ -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