Update of /cvsroot/alsa/alsa-driver/support
In directory sc8-pr-cvs1:/tmp/cvs-serv4198

Modified Files:
        Makefile 
Log Message:
fixed build / installation.  the value 'n' is no longer set to variables.



Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/support/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Makefile    24 May 2002 18:48:43 -0000      1.20
+++ Makefile    27 Feb 2003 11:10:01 -0000      1.21
@@ -10,14 +10,12 @@
 
 TOPDIR = $(MAINSRCDIR)
 
-O_TARGET     := synth.o
-
 export-objs  := isapnp.o
 
 snd-isapnp-objs := isapnp.o isapnp_proc.o isapnp_quirks.o
 
 # Toplevel Module Dependency
-ifeq (n,$(CONFIG_ISAPNP_KERNEL))
+ifndef CONFIG_ISAPNP_KERNEL
 ifeq (y,$(CONFIG_ISAPNP))
 obj-m += snd-isapnp.o
 endif



-------------------------------------------------------
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