]> git.hungrycats.org Git - linux/commitdiff
ALSA update
authorJaroslav Kysela <perex@suse.cz>
Sat, 8 Feb 2003 22:33:57 +0000 (23:33 +0100)
committerJaroslav Kysela <perex@suse.cz>
Sat, 8 Feb 2003 22:33:57 +0000 (23:33 +0100)
  - emu10k1 - fixed makefile to not build synth module when emu10k1 is not selected

sound/pci/emu10k1/Makefile

index 5e95f821c93bf24297c7b78b3fecdecd15feaf9a..cdcb408c20f265919513d8d72ad0513633632e0b 100644 (file)
@@ -14,7 +14,7 @@ snd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o
 #   <empty string> - CONFIG_SND_SEQUENCER is undefined
 #   otherwise parameter #1 value
 #
-sequencer := $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),m,$(if $(CONFIG_SND_SEQUENCER),$(1)))
+sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1)))
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o