mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Don't (try to) build lio(4) if the SOURCELESS_UCODE is set.
Submitted by: Fabien Keil <fk@fabiankeil.de>
This commit is contained in:
parent
36e7acd92d
commit
19ebd288fb
1 changed files with 2 additions and 0 deletions
|
|
@ -711,7 +711,9 @@ _ixl= ixl
|
|||
_ixlv= ixlv
|
||||
_linux64= linux64
|
||||
_linux_common= linux_common
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_lio= lio
|
||||
.endif
|
||||
_ntb= ntb
|
||||
_pms= pms
|
||||
_qlxge= qlxge
|
||||
|
|
|
|||
Loading…
Reference in a new issue