From 16407416141612810a740ca0bebfc7025f09b5a6 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 28 Jan 2007 18:35:46 +0000 Subject: 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 --- sys/modules/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'sys/modules') 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 -- cgit v1.1