summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-01-28 18:35:46 +0000
committersam <sam@FreeBSD.org>2007-01-28 18:35:46 +0000
commit16407416141612810a740ca0bebfc7025f09b5a6 (patch)
tree1f21aaa0362609d9507a6cfd9a35665f656820c7 /sys/modules
parent86d2a65642882ea6d1079033503bef2347506999 (diff)
downloadFreeBSD-src-16407416141612810a740ca0bebfc7025f09b5a6.zip
FreeBSD-src-16407416141612810a740ca0bebfc7025f09b5a6.tar.gz
ath and ath_rate_sample now have a compile-time dependency on the hal
so we need to build them only on architectures where there's a released hal; this hack can be eliminated when an ia64 hal build is present
Diffstat (limited to 'sys/modules')
-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