summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-05-10 16:00:41 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-05-10 16:00:41 +0000
commit2784384a041e43102daad8da0239006d00da325e (patch)
tree7799807cc05b5876440f2e3a123da06ac0c17783 /sys/modules/sound
parent7ae497268d1de1c06c6c9d9b87e66ab0ed316f1a (diff)
downloadFreeBSD-src-2784384a041e43102daad8da0239006d00da325e.zip
FreeBSD-src-2784384a041e43102daad8da0239006d00da325e.tar.gz
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.
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/sound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index adfd36b..8f71b02 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -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.
OpenPOWER on IntegriCloud