summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-09-16 08:32:48 +0000
committernyan <nyan@FreeBSD.org>2002-09-16 08:32:48 +0000
commit64415b6035edbc99c603ebd6be4786e901c4bfe1 (patch)
treee5378472bcbdca1b36bb158da359303316da8bd9 /sys
parentb73776ee68e2258383e030422d028bfad6404cd9 (diff)
downloadFreeBSD-src-64415b6035edbc99c603ebd6be4786e901c4bfe1.zip
FreeBSD-src-64415b6035edbc99c603ebd6be4786e901c4bfe1.tar.gz
Don't build unneeded modules for pc98.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile52
1 files changed, 45 insertions, 7 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 7d29bff..a739773 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -125,7 +125,7 @@ SUBDIR+=ipfilter
# ncp \
# nwfs \
# XXX some of these can move to the general case when de-i386'ed
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE} == "i386"
SUBDIR+=aac \
acpi \
aic \
@@ -178,6 +178,50 @@ SUBDIR+=aac \
xe
.endif
+.if ${MACHINE} == "pc98"
+SUBDIR+=aic \
+ aout \
+ ar \
+ arcnet \
+ apm \
+ atspeaker \
+ bktr \
+ cam \
+ cd9660 \
+ coff \
+ em \
+ fe \
+ firewire \
+ fpu \
+ gnufpu \
+ hea \
+ hfa \
+ ibcs2 \
+ linprocfs \
+ linux \
+ lomac \
+ ncv \
+ nsp \
+ netgraph \
+ oltr \
+ pecoff \
+ pmc \
+ ray \
+ sbni \
+ scsi_low \
+ smbfs \
+ snc \
+ sound \
+ splash \
+ sppp \
+ sr \
+ stg \
+ streams \
+ vinum \
+ wi \
+ xe
+.endif
+
.if ${MACHINE_ARCH} == "ia64"
SUBDIR+=aic \
arcnet \
@@ -199,12 +243,6 @@ SUBDIR+=aic \
xe
.endif
-.if ${MACHINE} == "pc98"
-SUBDIR+=pmc \
- firewire \
- snc
-.endif
-
.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=cam \
cd9660 \
OpenPOWER on IntegriCloud