Update of /cvsroot/alsa/alsa-driver/pcmcia/vx In directory sc8-pr-cvs1:/tmp/cvs-serv1156/pcmcia/vx
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/pcmcia/vx/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Sep 2003 16:43:33 -0000 1.2 +++ .cvsignore 10 Nov 2003 17:32:44 -0000 1.3 @@ -1,2 +1,5 @@ .depend vx_entry.c +.*.cmd +*.ko +*.mod.c Index: Makefile =================================================================== RCS file: /cvsroot/alsa/alsa-driver/pcmcia/vx/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile 24 Sep 2003 16:43:33 -0000 1.7 +++ Makefile 10 Nov 2003 17:32:44 -0000 1.8 @@ -1,7 +1,5 @@ -TOPDIR = ../.. - -include $(TOPDIR)/toplevel.config -include $(TOPDIR)/Makefile.conf +include $(SND_TOPDIR)/toplevel.config +include $(SND_TOPDIR)/Makefile.conf EXTRA_CLEAN = vx_entry.c @@ -11,9 +9,8 @@ export-objs = vx_entry.o -TOPDIR = $(MAINSRCDIR) -include $(TOPDIR)/alsa-kernel/pcmcia/vx/Makefile +include $(SND_TOPDIR)/alsa-kernel/pcmcia/vx/Makefile -include $(TOPDIR)/Rules.make +include $(SND_TOPDIR)/Rules.make -vx_entry.c: vx_entry.patch vx_entry.inc vx_entry.inc1 $(TOPDIR)/alsa-kernel/pcmcia/vx/vx_entry.c +vx_entry.c: vx_entry.patch vx_entry.inc vx_entry.inc1 $(SND_TOPDIR)/alsa-kernel/pcmcia/vx/vx_entry.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