Build the following modules on ia64 as well:

ar, asr, bktr, cardbus, cbb, ep, exca, hea, hfa, ipfilter, lomac,
netgraph, pccard, rc, sound, sppp, vinum.
This commit is contained in:
Marcel Moolenaar 2002-10-24 07:16:24 +00:00
parent bba739abf9
commit 8c7cf505d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105849

View File

@ -139,7 +139,7 @@ SUBDIR= 3dfx \
SUBDIR+=ext2fs SUBDIR+=ext2fs
.endif .endif
.if !defined(NO_IPFILTER) && ${MACHINE_ARCH} != "ia64" .if !defined(NO_IPFILTER)
SUBDIR+=ipfilter SUBDIR+=ipfilter
.endif .endif
@ -249,22 +249,41 @@ SUBDIR+=aic \
.endif .endif
.if ${MACHINE_ARCH} == "ia64" .if ${MACHINE_ARCH} == "ia64"
# Modules not enabled on ia64 (as compared to i386) include:
# aac acpi aout apm atspeaker drm fpu gnufpu ibcs2 linprocfs linux ncv
# nsp oltr pecoff s3 sbni stg vesa
SUBDIR+=aic \ SUBDIR+=aic \
ar \
arcnet \ arcnet \
asr \
bktr \
cardbus \
cbb \
ciss \ ciss \
cm \ cm \
coff \ coff \
el \ el \
em \ em \
ep \
exca \
fe \ fe \
hea \
hfa \
iir \ iir \
lomac \
mly \ mly \
netgraph \
pccard \
ray \ ray \
rc \
scsi_low \ scsi_low \
smbfs \ smbfs \
sound \
splash \ splash \
sppp \
sr \ sr \
streams \ streams \
vinum \
wi \ wi \
xe xe
.endif .endif