Merge branch 'topic/seq-midi-fix' into for-linus
[pandora-kernel.git] / sound / isa / sb / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-sb-common-objs := sb_common.o sb_mixer.o
7 snd-sb8-dsp-objs := sb8_main.o sb8_midi.o
8 snd-sb16-dsp-objs := sb16_main.o
9 snd-sb16-csp-objs := sb16_csp.o
10 snd-sb8-objs := sb8.o
11 snd-sb16-objs := sb16.o
12 snd-sbawe-objs := sbawe.o emu8000.o
13 snd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o
14 snd-es968-objs := es968.o
15
16 # Toplevel Module Dependency
17 obj-$(CONFIG_SND_SB_COMMON) += snd-sb-common.o
18 obj-$(CONFIG_SND_SB16_DSP) += snd-sb16-dsp.o
19 obj-$(CONFIG_SND_SB8_DSP) += snd-sb8-dsp.o
20 obj-$(CONFIG_SND_SB8) += snd-sb8.o
21 obj-$(CONFIG_SND_SB16) += snd-sb16.o
22 obj-$(CONFIG_SND_SBAWE) += snd-sbawe.o
23 obj-$(CONFIG_SND_ES968) += snd-es968.o
24 ifeq ($(CONFIG_SND_SB16_CSP),y)
25   obj-$(CONFIG_SND_SB16) += snd-sb16-csp.o
26   obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o
27 endif
28 obj-$(CONFIG_SND_SBAWE_SEQ) += snd-emu8000-synth.o