aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-12-21 16:53:09 +0100
committerJaroslav Kysela <perex@suse.cz>2004-12-21 16:53:09 +0100
commitb5269e8bd8f05d6accea872bba615b7d612f88cf (patch)
tree08b6ed924ae12e9f4380db06352e8eac39a48f66 /sound
parent768890a982901905506472689d3211bcb94b9471 (diff)
downloadhistory-b5269e8bd8f05d6accea872bba615b7d612f88cf.tar.gz
[ALSA] Fix targets for GUS and OPL4
ALSA sequencer The the obj targets for GUS and OPL4 are fixed. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/seq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/seq/Makefile b/sound/core/seq/Makefile
index d7b79d9766b286..64cb50d7b5892c 100644
--- a/sound/core/seq/Makefile
+++ b/sound/core/seq/Makefile
@@ -37,6 +37,8 @@ obj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
obj-$(CONFIG_SND_VIRMIDI) += snd-seq-virmidi.o snd-seq-midi-event.o
obj-$(call sequencer,$(CONFIG_SND_RAWMIDI)) += snd-seq-midi.o snd-seq-midi-event.o
obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-seq-midi-event.o snd-seq-midi-emul.o snd-seq-instr.o
+obj-$(call sequencer,$(CONFIG_SND_OPL4_LIB)) += snd-seq-midi-event.o snd-seq-midi-emul.o snd-seq-instr.o
+obj-$(call sequencer,$(CONFIG_SND_GUS_SYNTH)) += snd-seq-instr.o
obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-seq-midi-emul.o snd-seq-virmidi.o
obj-$(call sequencer,$(CONFIG_SND_EMU10K1)) += snd-seq-midi-emul.o snd-seq-virmidi.o
obj-$(call sequencer,$(CONFIG_SND_TRIDENT)) += snd-seq-midi-emul.o snd-seq-instr.o