Update of /cvsroot/alsa/alsa-driver/usb/us428
In directory sc8-pr-cvs1:/tmp/cvs-serv26702/usb/us428

Modified Files:
        Makefile 
Log Message:
- fixed the build of snd-pnp module.
- added the default topdir definition back to each Makefile for convenience.
  it's not usable for compilation of 2.6 kernels, though.


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/usb/us428/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    10 Nov 2003 17:32:45 -0000      1.2
+++ Makefile    11 Nov 2003 13:12:35 -0000      1.3
@@ -1,18 +1,12 @@
-#
-# Makefile for ALSA
-# Copyright (c) 2001 by Jaroslav Kysela <[EMAIL PROTECTED]>
-#
+ifndef SND_TOPDIR
+SND_TOPDIR=../..
+endif
 
 include $(SND_TOPDIR)/toplevel.config
 include $(SND_TOPDIR)/Makefile.conf
 
-#
-#
-#
-
 snd-usb-us428-objs := usbus428.o usbus428audio.o usX2Yhwdep.o
 
-# Toplevel Module Dependency
 obj-$(CONFIG_SND_USB_US428) += snd-usb-us428.o
 
 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