diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-12-07 14:06:56 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-12-07 14:06:56 +0000 |
commit | fde222f25cb9c2cdf9187934c25fdc3f21417e9a (patch) | |
tree | 44d1ee468931e3ec1dc236314aac1abe4a80da49 /sys/modules | |
parent | c21d376b0a451090b2a59fd25a07c62b06e38164 (diff) | |
download | FreeBSD-src-fde222f25cb9c2cdf9187934c25fdc3f21417e9a.zip FreeBSD-src-fde222f25cb9c2cdf9187934c25fdc3f21417e9a.tar.gz |
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
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index ff6b0be..b158aed 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 |