summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-06-30 04:35:34 +0000
committersam <sam@FreeBSD.org>2007-06-30 04:35:34 +0000
commit15c7da250e4f732963a664947e9d97cd288335d5 (patch)
tree3dc00ff23ab0db85a79510b1570dad3dabf9930c /sys
parente64d226fc140bc02c93df8a2aab101b0bce4278a (diff)
downloadFreeBSD-src-15c7da250e4f732963a664947e9d97cd288335d5.zip
FreeBSD-src-15c7da250e4f732963a664947e9d97cd288335d5.tar.gz
fix ia64 build
Approved by: re (followup to previous commit)
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 4fba22e..babb1cb 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -27,8 +27,8 @@ SUBDIR= ${_3dfx} \
ata \
${_ath} \
${_ath_hal} \
- ath_rate_amrr \
- ath_rate_onoe \
+ ${_ath_rate_amrr} \
+ ${_ath_rate_onoe} \
${_ath_rate_sample} \
aue \
${_auxio} \
@@ -355,6 +355,8 @@ _ar= ar
_arcnet= arcnet
_ath= ath
_ath_hal= ath_hal
+_ath_rate_amrr= ath_rate_amrr
+_ath_rate_onoe= ath_rate_onoe
_ath_rate_sample=ath_rate_sample
_awi= awi
_bktr= bktr
@@ -474,6 +476,8 @@ _an= an
_arcmsr= arcmsr
_ath= ath
_ath_hal= ath_hal
+_ath_rate_amrr= ath_rate_amrr
+_ath_rate_onoe= ath_rate_onoe
_ath_rate_sample=ath_rate_sample
_cardbus= cardbus
_cbb= cbb
@@ -563,6 +567,8 @@ _xe= xe
_an= an
_ath= ath
_ath_hal= ath_hal
+_ath_rate_amrr= ath_rate_amrr
+_ath_rate_onoe= ath_rate_onoe
_ath_rate_sample=ath_rate_sample
_gem= gem
_powermac_nvram= powermac_nvram
@@ -572,6 +578,8 @@ _smbfs= smbfs
.if ${MACHINE_ARCH} == "sparc64"
_ath= ath
_ath_hal= ath_hal
+_ath_rate_amrr= ath_rate_amrr
+_ath_rate_onoe= ath_rate_onoe
_ath_rate_sample=ath_rate_sample
_auxio= auxio
_em= em
OpenPOWER on IntegriCloud