Date: Mon, 12 Jun 2023 17:56:39 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 280826817ff3 - main - qatfw: Don't build if WITH_SOURCELESS_UCODE is defined Message-ID: <202306121756.35CHudHE092958@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=280826817ff38194cbd7e202e77fc297e5dfdaf3 commit 280826817ff38194cbd7e202e77fc297e5dfdaf3 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-06-12 17:47:51 +0000 Commit: Mark Johnston <markj@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306121756.35CHudHE092958>