Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-fixes
[sfrench/cifs-2.6.git] / sound / isa / sb / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for ALSA
4 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
5 #
6
7 snd-sb-common-objs := sb_common.o sb_mixer.o
8 snd-sb8-dsp-objs := sb8_main.o sb8_midi.o
9 snd-sb16-dsp-objs := sb16_main.o
10 snd-sb16-csp-objs := sb16_csp.o
11 snd-sb8-objs := sb8.o
12 snd-sb16-objs := sb16.o
13 snd-sbawe-objs := sbawe.o emu8000.o
14 snd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o
15 snd-jazz16-objs := jazz16.o
16
17 # Toplevel Module Dependency
18 obj-$(CONFIG_SND_SB_COMMON) += snd-sb-common.o
19 obj-$(CONFIG_SND_SB16_DSP) += snd-sb16-dsp.o
20 obj-$(CONFIG_SND_SB8_DSP) += snd-sb8-dsp.o
21 obj-$(CONFIG_SND_SB8) += snd-sb8.o
22 obj-$(CONFIG_SND_SB16) += snd-sb16.o
23 obj-$(CONFIG_SND_SBAWE) += snd-sbawe.o
24 obj-$(CONFIG_SND_JAZZ16) += snd-jazz16.o
25 ifeq ($(CONFIG_SND_SB16_CSP),y)
26   obj-$(CONFIG_SND_SB16) += snd-sb16-csp.o
27   obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o
28 endif
29 obj-$(CONFIG_SND_SBAWE_SEQ) += snd-emu8000-synth.o