summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cf48c83..56bd408 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -25,11 +25,11 @@ SUBDIR= ${_3dfx} \
${_arl} \
${_asr} \
ata \
- ath \
+ ${_ath} \
${_ath_hal} \
ath_rate_amrr \
ath_rate_onoe \
- ath_rate_sample \
+ ${_ath_rate_sample} \
aue \
${_auxio} \
${_awi} \
@@ -341,7 +341,9 @@ _aout= aout
_apm= apm
_ar= ar
_arcnet= arcnet
+_ath= ath
_ath_hal= ath_hal
+_ath_rate_sample=ath_rate_sample
_awi= awi
_bktr= bktr
_cardbus= cardbus
@@ -450,7 +452,9 @@ _acpi= acpi
_agp= agp
_an= an
_arcmsr= arcmsr
+_ath= ath
_ath_hal= ath_hal
+_ath_rate_sample=ath_rate_sample
_cardbus= cardbus
_cbb= cbb
_ciss= ciss
@@ -530,14 +534,18 @@ _xe= xe
.if ${MACHINE_ARCH} == "powerpc"
_an= an
+_ath= ath
_ath_hal= ath_hal
+_ath_rate_sample=ath_rate_sample
_gem= gem
_powermac_nvram= powermac_nvram
_smbfs= smbfs
.endif
.if ${MACHINE_ARCH} == "sparc64"
+_ath= ath
_ath_hal= ath_hal
+_ath_rate_sample=ath_rate_sample
_auxio= auxio
_em= em
_gem= gem
OpenPOWER on IntegriCloud