diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-01-12 09:37:24 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-01-12 12:16:38 +0000 |
| commit | 8342d9f7b5f13d0623861cb8b88caf10a15571f6 (patch) | |
| tree | 52221ed7033f9dcceab8b9d88fafe6fafd3f0727 /sys/modules/Makefile | |
| parent | 9c25620e57f01d8227f0d53c6b2134ab37a49fdf (diff) | |
asmc(4): Stop building it on i386, as it supports only 64-bit chipsets
Reported by: ngie
Fixes: fde9fe18219f ("i386: Fix kernel compilation after introduction of ASMC_DEBUG option")
Sponsored by: The FreeBSD Foundation
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 f7e104489fa8..cce5f14ce20d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -786,7 +786,6 @@ _amdsbwd= amdsbwd _amdsmn= amdsmn _amdtemp= amdtemp _arcmsr= arcmsr -_asmc= asmc .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) _blake2= blake2 .endif @@ -845,6 +844,7 @@ _x86bios= x86bios .if ${MACHINE_CPUARCH} == "amd64" _amdgpio= amdgpio +_asmc= asmc _ccp= ccp _enic= enic _iavf= iavf |
