diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-04-03 19:08:23 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-04-03 19:08:23 +0000 |
| commit | 296b60793df6ae855ba414fbf4823467e9615b2f (patch) | |
| tree | a7d861117d75f58837f12f0baf6dc40a83b13a56 /sys/modules/Makefile | |
| parent | 7e70d94acd68b3ac6b45f49d4ab7a0f7867c3ea7 (diff) | |
iwx: Disconnect from the i386 build
The module fails to compile. Disconnect it until that's resolved one
way or another.
Reported by: cperciva
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
