diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-12-18 21:54:38 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-18 21:55:46 +0000 |
| commit | 7f3da1f800f77150fab2a07ce9cafdca41b29ee9 (patch) | |
| tree | a06d0fea7c70b12d23178d3d1d610e1b98810258 /sys/modules | |
| parent | 55ce12672b948c002431851af54843bfc7f50d6f (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 731a959976c3..bf3588926acf 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -44,8 +44,8 @@ SUBDIR= \ ${_armv8crypto} \ ${_armv8_rng} \ ${_asmc} \ - aq \ ata \ + ${_aq} \ ath \ ath_dfs \ ath_hal \ @@ -735,6 +735,7 @@ _imx= imx .endif .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" +_aq= aq _agp= agp .if ${MACHINE_CPUARCH} == "i386" || !empty(COMPAT_FREEBSD32_ENABLED) _aout= aout |
