Update of /cvsroot/alsa/alsa-kernel/core/seq/oss
In directory sc8-pr-cvs1:/tmp/cvs-serv2987/core/seq/oss

Modified Files:
        Makefile 
Log Message:
Fixed Makefiles for kernel when CONFIG_SND_SEQUENCER is m, but the toplevel
module is y.


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/oss/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile    17 Dec 2002 20:00:35 -0000      1.10
+++ Makefile    28 Jan 2003 14:49:48 -0000      1.11
@@ -7,6 +7,4 @@
                     seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \
                     seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
 
-ifeq ($(CONFIG_SND_SEQUENCER_OSS),y)
-  obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o
-endif
+obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.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