Update of /cvsroot/alsa/alsa-driver/pci/au88x0
In directory sc8-pr-cvs1:/tmp/cvs-serv1156/pci/au88x0

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/au88x0/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  6 Oct 2003 14:01:02 -0000       1.1
+++ .cvsignore  10 Nov 2003 17:32:41 -0000      1.2
@@ -1 +1,4 @@
 .depend
+.*.cmd
+*.ko
+*.mod.c

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile    6 Oct 2003 14:01:02 -0000       1.1
+++ Makefile    10 Nov 2003 17:32:41 -0000      1.2
@@ -1,7 +1,5 @@
-TOPDIR = ../..
-
-include $(TOPDIR)/toplevel.config
-include $(TOPDIR)/Makefile.conf
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
 
 snd-au8810-objs := au8810.o au8810_core.o au8810_pcm.o au8810_mixer.o au8810_mpu401.o 
au8810_game.o au8810_eq.o
 snd-au8820-objs := au8820.o au8820_core.o au8820_pcm.o au8820_mixer.o au8820_mpu401.o 
au8820_game.o au8820_synth.o
@@ -11,4 +9,4 @@
 obj-$(CONFIG_SND_AU8820) += snd-au8820.o
 obj-$(CONFIG_SND_AU8830) += snd-au8830.o
 
-include $(TOPDIR)/Rules.make
+include $(SND_TOPDIR)/Rules.make



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

Reply via email to