X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fpci%2Femu10k1%2FMakefile;h=460504e49b5ad920b8d59605e69ae9693cf8599c;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=cdcb408c20f265919513d8d72ad0513633632e0b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/sound/pci/emu10k1/Makefile b/sound/pci/emu10k1/Makefile index cdcb408c2..460504e49 100644 --- a/sound/pci/emu10k1/Makefile +++ b/sound/pci/emu10k1/Makefile @@ -5,8 +5,9 @@ snd-emu10k1-objs := emu10k1.o emu10k1_main.o \ irq.o memory.o voice.o emumpu401.o emupcm.o io.o \ - emuproc.o emumixer.o emufx.o + emuproc.o emumixer.o emufx.o timer.o snd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o +snd-emu10k1x-objs := emu10k1x.o # # this function returns: @@ -19,3 +20,4 @@ sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_ # Toplevel Module Dependency obj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o obj-$(call sequencer,$(CONFIG_SND_EMU10K1)) += snd-emu10k1-synth.o +obj-$(CONFIG_SND_EMU10K1X) += snd-emu10k1x.o