Date: Thu, 3 Apr 2025 19:09:29 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: 296b60793df6 - main - iwx: Disconnect from the i386 build Message-ID: <202504031909.533J9TsK085718@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=296b60793df6ae855ba414fbf4823467e9615b2f commit 296b60793df6ae855ba414fbf4823467e9615b2f Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-04-03 19:08:23 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-04-03 19:08:23 +0000 iwx: Disconnect from the i386 build The module fails to compile. Disconnect it until that's resolved one way or another. Reported by: cperciva --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 3442b35c2233..71193e3559be 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -803,7 +803,6 @@ _ipw= ipw _iwi= iwi _iwm= iwm _iwn= iwn -_iwx= iwx .if ${MK_SOURCELESS_UCODE} != "no" _ipwfw= ipwfw _iwifw= iwifw @@ -836,6 +835,7 @@ _ccp= ccp _enic= enic _iavf= iavf _ioat= ioat +_iwx= iwx _ixl= ixl _nvdimm= nvdimm _pms= pms
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504031909.533J9TsK085718>