summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-29 21:20:17 +0000
committerimp <imp@FreeBSD.org>2004-06-29 21:20:17 +0000
commit7091d2d55fe3cc852134ddc00429904db47e8c72 (patch)
tree95a3748999900b6da10f31af8d9dbfa60e7e9d0b /sys/modules/Makefile
parentf6480c153b0b1dddbc3203dfc36dbdc5e871b690 (diff)
downloadFreeBSD-src-7091d2d55fe3cc852134ddc00429904db47e8c72.zip
FreeBSD-src-7091d2d55fe3cc852134ddc00429904db47e8c72.tar.gz
Add ahb module for i386 and alpha (the onlt two platforms that have eisa
bus)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 12d7514..492a979 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -11,6 +11,7 @@ SUBDIR= ${_3dfx} \
${_acpi} \
${_agp} \
aha \
+ ${_ahb} \
${_aic} \
aic7xxx \
aio \
@@ -278,6 +279,7 @@ _pf= pf
# XXX some of these can move now, but are untested on other architectures.
_3dfx= 3dfx
_agp= agp
+_ahb= ahb
_aic= aic
_amd= amd
_aout= aout
@@ -362,6 +364,7 @@ _snc= snc
.if ${MACHINE_ARCH} == "alpha"
_agp= agp
+_ahb= ahb
_ext2fs= ext2fs
_linprocfs= linprocfs
_linux= linux
OpenPOWER on IntegriCloud