Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1
In directory sc8-pr-cvs1:/tmp/cvs-serv1163/pci/emu10k1

Modified Files:
        Makefile 
Log Message:
Fixed sequencer macros (not build unwanted modules)

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile    28 Jan 2003 14:49:50 -0000      1.7
+++ Makefile    30 Jan 2003 16:33:24 -0000      1.8
@@ -16,7 +16,7 @@
 #   <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



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to