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

Modified Files:
        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: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/support/pnp/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile    7 Apr 2003 10:00:31 -0000       1.1
+++ Makefile    10 Nov 2003 17:32:44 -0000      1.2
@@ -16,7 +16,7 @@
 
 # Toplevel Module Dependency
 ifndef CONFIG_PNP_KERNEL
-ifeq (y,$(CONFIG_ISAPNP))
+ifeq (y,$(CONFIG_PNP))
 obj-m += snd-pnp.o
 endif
 endif



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