mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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
This commit is contained in:
parent
b1e5dcf778
commit
3d14f9377c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166320
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user