ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / sound / pci / emu10k1 / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
4 #
5
6 snd-emu10k1-objs := emu10k1.o emu10k1_main.o \
7                     irq.o memory.o voice.o emumpu401.o emupcm.o io.o \
8                     emuproc.o emumixer.o emufx.o
9 snd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o
10
11 #
12 # this function returns:
13 #   "m" - CONFIG_SND_SEQUENCER is m
14 #   <empty string> - CONFIG_SND_SEQUENCER is undefined
15 #   otherwise parameter #1 value
16 #
17 sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1)))
18
19 # Toplevel Module Dependency
20 obj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o
21 obj-$(call sequencer,$(CONFIG_SND_EMU10K1)) += snd-emu10k1-synth.o