Update of /cvsroot/alsa/alsa-driver/pci/cs46xx
In directory sc8-pr-cvs1:/tmp/cvs-serv1156/pci/cs46xx
Modified Files:
.cvsignore Makefile
Log Message:
- fixed --with-isapnp option of configure.
- changed (added) to build / install for 2.6 kernels.
with this change, you cannot run make in the local directory any more
unless you set SND_TOPDIR environment variable. it points to the path
name of the top directory of alsa-driver directory.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/cs46xx/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 18 Jun 2003 11:12:52 -0000 1.2
+++ .cvsignore 10 Nov 2003 17:32:42 -0000 1.3
@@ -1,2 +1,5 @@
.depend
cs46xx.c
+.*.cmd
+*.ko
+*.mod.c
Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/cs46xx/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 18 Jun 2003 11:12:52 -0000 1.5
+++ Makefile 10 Nov 2003 17:32:42 -0000 1.6
@@ -1,17 +1,14 @@
-TOPDIR = ../..
-
-include $(TOPDIR)/toplevel.config
-include $(TOPDIR)/Makefile.conf
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
# Hack for new dsp flag
-EXTRA_CFLAGS = -DCONFIG_SND_CS46XX_NEW_DSP=1
+EXTRA_CFLAGS += -DCONFIG_SND_CS46XX_NEW_DSP=1
CONFIG_SND_CS46XX_NEW_DSP=y
-EXTRA_CLEAN = cs46xx.c
+clean-files := cs46xx.c
-TOPDIR = $(MAINSRCDIR)
-include $(TOPDIR)/alsa-kernel/pci/cs46xx/Makefile
+include $(SND_TOPDIR)/alsa-kernel/pci/cs46xx/Makefile
-include $(TOPDIR)/Rules.make
+include $(SND_TOPDIR)/Rules.make
-cs46xx.c: cs46xx.patch $(TOPDIR)/alsa-kernel/pci/cs46xx/cs46xx.c
+cs46xx.c: cs46xx.patch $(SND_TOPDIR)/alsa-kernel/pci/cs46xx/cs46xx.c
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog