aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2009-05-10 16:00:41 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2009-05-10 16:00:41 +0000
commitc299fae2ccebca281ec8203b8bebe404d5c07f64 (patch)
tree7799807cc05b5876440f2e3a123da06ac0c17783 /sys/modules
parentbdb08649ebea522e16779b62d15f447d1d2c1330 (diff)
Notes
Diffstat (limited to 'sys/modules')
-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 adfd36b82be5..8f71b023ea1a 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.