The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=280826817ff38194cbd7e202e77fc297e5dfdaf3

commit 280826817ff38194cbd7e202e77fc297e5dfdaf3
Author:     Mark Johnston <[email protected]>
AuthorDate: 2023-06-12 17:47:51 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2023-06-12 17:47:51 +0000

    qatfw: Don't build if WITH_SOURCELESS_UCODE is defined
---
 sys/modules/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 4a378ac578c1..340d6f61a2b6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -811,7 +811,9 @@ _ixl=               ixl
 _nvdimm=       nvdimm
 _pms=          pms
 _qat=          qat
+.if ${MK_SOURCELESS_UCODE} != "no"
 _qatfw=                qatfw
+.endif
 _qlxge=                qlxge
 _qlxgb=                qlxgb
 _sume=         sume

Reply via email to