summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-04-12 18:28:08 +0000
committerimp <imp@FreeBSD.org>2010-04-12 18:28:08 +0000
commitccad2f2dc9ea9bc139698b2d179cbbe146ff2b6f (patch)
tree6fa22306ffea7ec69fd5dcfbaca3d8a3ef0de3d1
parentfa43d14d2c21e7548d0af04ea1059af5388ed442 (diff)
downloadFreeBSD-src-ccad2f2dc9ea9bc139698b2d179cbbe146ff2b6f.zip
FreeBSD-src-ccad2f2dc9ea9bc139698b2d179cbbe146ff2b6f.tar.gz
bce, bwi, bwn, mfi, mpt and siba_bwn all now compile that arm and mips
have added a BUS_SPACE_UNSPECIFIED definition. Add them back to the mix on these platforms.
-rw-r--r--sys/modules/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 246b908..1030ef2 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -35,15 +35,15 @@ SUBDIR= ${_3dfx} \
ata \
ath \
${_auxio} \
- ${_bce} \
+ bce \
bfe \
bge \
${_bios} \
${_bktr} \
${_bm} \
bridgestp \
- ${_bwi} \
- ${_bwn} \
+ bwi \
+ bwn \
cam \
${_canbepm} \
${_canbus} \
@@ -176,13 +176,13 @@ SUBDIR= ${_3dfx} \
mcd \
md \
mem \
- ${_mfi} \
+ mfi \
mii \
mlx \
${_mly} \
mmc \
mmcsd \
- ${_mpt} \
+ mpt \
mqueue \
msdosfs \
msdosfs_iconv \
@@ -252,7 +252,7 @@ SUBDIR= ${_3dfx} \
sdhci \
sem \
sf \
- ${_siba_bwn} \
+ _siba_bwn \
siis \
sis \
sk \
@@ -321,12 +321,6 @@ _vpo= vpo
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
# no BUS_SPACE_UNSPECIFIED
-_bce= bce
-_bwi= bwi
-_bwn= bwn
-_mfi= mfi
-_mpt= mpt
-_siba_bwn= siba_bwn
# No barrier instruction support (specific to this driver)
_sym= sym
# no uart_cpu_$MACHINE_ARCH
OpenPOWER on IntegriCloud