aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-09-16 08:32:48 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-09-16 08:32:48 +0000
commit3729f1a5a4b94756069bbde715d5837bfba0a026 (patch)
treee5378472bcbdca1b36bb158da359303316da8bd9 /sys/modules/Makefile
parentf86e3350f86692c4e21d68ba42a2018f6091b9a3 (diff)
downloadsrc-3729f1a5a4b94756069bbde715d5837bfba0a026.tar.gz
src-3729f1a5a4b94756069bbde715d5837bfba0a026.zip
Don't build unneeded modules for pc98.
Notes
Notes: svn path=/head/; revision=103386
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile52
1 files changed, 45 insertions, 7 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 7d29bff8f784..a739773e86f8 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 \