aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-12-07 14:06:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-12-07 14:06:56 +0000
commit3358dbd03913e8f93947dd296a3edecda5373494 (patch)
tree44d1ee468931e3ec1dc236314aac1abe4a80da49 /sys/modules
parent1f3e23743d4669b0b75202af19ffcd29112a3d1f (diff)
downloadsrc-3358dbd03913e8f93947dd296a3edecda5373494.tar.gz
src-3358dbd03913e8f93947dd296a3edecda5373494.zip
Hook up the awi module for build on i386 and pc98, which appear to be
the supported platforms. We build it into GENERIC, and it is currently listed on the supported module list for drivers.conf on i386, which breaks the release build. This may fix the release build for RC1 on i386. Conspiracy of: re
Notes
Notes: svn path=/head/; revision=107669
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ff6b0be447d6..b158aed8eaeb 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -198,6 +198,7 @@ SUBDIR+=aac \
acpi \
asr \
atspeaker \
+ awi \
cardbus \
cbb \
ciss \
@@ -211,7 +212,8 @@ SUBDIR+=aac \
vesa
.elif ${MACHINE} == "pc98"
-SUBDIR+=pcspeaker \
+SUBDIR+=awi \
+ pcspeaker \
pmc \
snc
.endif