1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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
This commit is contained in:
Robert Watson 2002-12-07 14:06:56 +00:00
parent 1f3e23743d
commit 3358dbd039
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107669

View File

@ -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