git: 296b60793df6 - main - iwx: Disconnect from the i386 build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Apr 2025 19:09:29 UTC
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