PowerPC does not, in general, have ISA sound devices or an ISA bus,

so add PowerPC to list of platforms for which we don't want to depend
on ISA.
This commit is contained in:
Nathan Whitehorn 2009-05-10 16:00:41 +00:00
parent bdb08649eb
commit c299fae2cc

View File

@ -18,7 +18,7 @@ SRCS+= midi.c mpu401.c sequencer.c
EXPORT_SYMS= YES # XXX evaluate
.if ${MACHINE_ARCH} == "sparc64"
.if ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "powerpc"
# Create an empty opt_isa.h in order to keep kmod.mk from linking in an
# existing one from KERNBUILDDIR which possibly has DEV_ISA defined so
# sound.ko is always built without isadma support.