From 3358dbd03913e8f93947dd296a3edecda5373494 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 7 Dec 2002 14:06:56 +0000 Subject: 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 --- sys/modules/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.3