summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-04-19 09:44:50 +0000
committermarcel <marcel@FreeBSD.org>2002-04-19 09:44:50 +0000
commit04327915ffbf5649a6d93084a007253ff4d5971b (patch)
tree926463882c895c5398c25488a55b947a543a9e6c
parent6ed772f3bf442099f8dd1c566a3995aff653dd2a (diff)
downloadFreeBSD-src-04327915ffbf5649a6d93084a007253ff4d5971b.zip
FreeBSD-src-04327915ffbf5649a6d93084a007253ff4d5971b.tar.gz
Build modules on ia64:
o Make the cam, cd9660 lomac and sound modules i386 and alpha specific due to link problems (@gprel relocation when @ltoff is required). Once resolved, these can be moved back to the generic list. o Build linprocfs only on those architectures that have the linux module. o Make the sppp module i386 and alpha specific due to compile problems (pointers as switch cases). Once resolved, this can be moved back to the generic list. o Build all i386 specific modules, with the exception of those mentioned above as being moved from the generic list to the i386 list and those with dependencies on the linux module (aac) or i386 dependent (ar, apm, atspeaker, fpu, gnufpu, ibcs2, linux, ncv, nsp, netgraph, oltr, pecoff, s3, sbni, stg and vesa). o Don't build acpi as a module yet. It most be ported first. Once ported, it can be added to the ia64 list. o Don't build ipfilter yet due to compile errors (osreldate.h not found).
-rw-r--r--sys/modules/Makefile47
1 files changed, 38 insertions, 9 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6f937f9..c174432 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -15,9 +15,7 @@ SUBDIR= 3dfx \
aue \
bge \
bridge \
- cam \
ccd \
- cd9660 \
coda \
cue \
dc \
@@ -49,9 +47,7 @@ SUBDIR= 3dfx \
lge \
libiconv \
libmchain \
- linprocfs \
lnc \
- lomac \
lpt \
md \
mii \
@@ -79,8 +75,6 @@ SUBDIR= 3dfx \
sk \
sn \
snp \
- sound \
- sppp \
ste \
sym \
syscons \
@@ -115,7 +109,7 @@ SUBDIR= 3dfx \
wb \
xl
-.if !defined(NO_IPFILTER)
+.if !defined(NO_IPFILTER) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=ipfilter
.endif
@@ -133,6 +127,8 @@ SUBDIR+=aac \
asr \
atspeaker \
bktr \
+ cam \
+ cd9660 \
ciss \
cm \
coff \
@@ -143,7 +139,9 @@ SUBDIR+=aac \
gnufpu \
ibcs2 \
iir \
+ linprocfs \
linux \
+ lomac \
ncv \
nsp \
mly \
@@ -155,7 +153,9 @@ SUBDIR+=aac \
sbni \
scsi_low \
smbfs \
+ sound \
splash \
+ sppp \
sr \
stg \
streams \
@@ -164,14 +164,43 @@ SUBDIR+=aac \
xe
.endif
+.if ${MACHINE_ARCH} == "ia64"
+SUBDIR+=aic \
+ arcnet \
+ asr \
+ bktr \
+ ciss \
+ cm \
+ coff \
+ el \
+ em \
+ fe \
+ iir \
+ mly \
+ ray \
+ scsi_low \
+ smbfs \
+ splash \
+ sr \
+ streams \
+ wi \
+ xe
+.endif
+
.if ${MACHINE} == "pc98"
SUBDIR+=pmc \
snc
.endif
.if ${MACHINE_ARCH} == "alpha"
-SUBDIR+=linux \
- osf1
+SUBDIR+=cam \
+ cd9660 \
+ linprocfs \
+ linux \
+ lomac \
+ osf1 \
+ sound \
+ sppp
.endif
.if defined(WANT_EXT2FS_MODULE)
OpenPOWER on IntegriCloud