mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sys/modules: don't build qlxgbe if the user objects to sourceless ucode
PR: 204749 Submitted by: Fabian Keil Obtained from: ElectroBSD MFC after: 1 week
This commit is contained in:
parent
5210fe003e
commit
49c6edfc84
1 changed files with 2 additions and 0 deletions
|
|
@ -710,7 +710,9 @@ _ntb= ntb
|
|||
_pms= pms
|
||||
_qlxge= qlxge
|
||||
_qlxgb= qlxgb
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_qlxgbe= qlxgbe
|
||||
.endif
|
||||
_qlnx= qlnx
|
||||
_sfxge= sfxge
|
||||
_sgx= sgx
|
||||
|
|
|
|||
Loading…
Reference in a new issue