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

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/isa/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  8 Apr 2003 11:26:27 -0000       1.2
+++ .cvsignore  10 Nov 2003 17:32:38 -0000      1.3
@@ -1,2 +1,5 @@
 .depend
 *.isapnp
+.*.cmd
+*.ko
+*.mod.c

Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile    20 May 2003 12:42:45 -0000      1.10
+++ Makefile    10 Nov 2003 17:32:38 -0000      1.11
@@ -1,19 +1,16 @@
-TOPDIR = ..
-
-include $(TOPDIR)/toplevel.config
-include $(TOPDIR)/Makefile.conf
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
 
 #
 # ALSA extra code
 #
 ifeq (y,$(CONFIG_X86))
-extra-subdir-y := msnd
+obj-y  += msnd/
 else
 ifeq (y,$(CONFIG_ALPHA))
-extra-subdir-y := msnd
+obj-y  += msnd/
 endif
 endif
-extra-subdir-m := $(extra-subdir-y)
 
 isapnp-files := als100.isapnp azt2320.isapnp dt019x.isapnp opl3sa2.isapnp \
                cmi8330.isapnp es18xx.isapnp sscape.isapnp
@@ -22,7 +19,6 @@
 #
 #
 
-TOPDIR = $(MAINSRCDIR)
-include $(TOPDIR)/alsa-kernel/isa/Makefile
+include $(SND_TOPDIR)/alsa-kernel/isa/Makefile
 
-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