Update of /cvsroot/alsa/alsa-driver/pci In directory sc8-pr-cvs1:/tmp/cvs-serv1156/pci
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/.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:40 -0000 1.3 @@ -3,3 +3,6 @@ es1968.c intel8x0.c maestro3.c +.*.cmd +*.ko +*.mod.c Index: Makefile =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pci/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile 6 Oct 2003 14:01:02 -0000 1.10 +++ Makefile 10 Nov 2003 17:32:40 -0000 1.11 @@ -1,28 +1,24 @@ -TOPDIR = .. - -include $(TOPDIR)/toplevel.config -include $(TOPDIR)/Makefile.conf +include $(SND_TOPDIR)/toplevel.config +include $(SND_TOPDIR)/Makefile.conf # # ALSA extra code # -EXTRA_CLEAN = cs4281.c es1968.c intel8x0.c maestro3.c +clean-files := cs4281.c es1968.c intel8x0.c maestro3.c -extra-subdir-y := pdplus mixart au88x0 -extra-subdir-m := $(extra-subdir-y) +obj-$(CONFIG_SND) += pdplus/ mixart/ au88x0/ # # # -TOPDIR = $(MAINSRCDIR) -include $(TOPDIR)/alsa-kernel/pci/Makefile +include $(SND_TOPDIR)/alsa-kernel/pci/Makefile -include $(TOPDIR)/Rules.make +include $(SND_TOPDIR)/Rules.make -cs4281.c: cs4281.patch $(TOPDIR)/alsa-kernel/pci/cs4281.c -es1968.c: es1968.patch $(TOPDIR)/alsa-kernel/pci/es1968.c -intel8x0.c: intel8x0.patch $(TOPDIR)/alsa-kernel/pci/intel8x0.c -maestro3.c: maestro3.patch $(TOPDIR)/alsa-kernel/pci/maestro3.c +cs4281.c: cs4281.patch $(SND_TOPDIR)/alsa-kernel/pci/cs4281.c +es1968.c: es1968.patch $(SND_TOPDIR)/alsa-kernel/pci/es1968.c +intel8x0.c: intel8x0.patch $(SND_TOPDIR)/alsa-kernel/pci/intel8x0.c +maestro3.c: maestro3.patch $(SND_TOPDIR)/alsa-kernel/pci/maestro3.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