Wrap cxgbe declaration around MK_SOURCELESS_UCODE check
This commit is contained in:
parent
ad170a1e02
commit
4310207e25
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user