Update of /cvsroot/alsa/alsa-driver/kbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv927
Modified Files:
Makefile
Log Message:
Added missing inclusions for 2.6 (fixed compilation problem when ALSA is not
configured in kernel)
Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/kbuild/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 16 Jan 2004 18:12:15 -0000 1.1
+++ Makefile 30 Jan 2004 12:51:19 -0000 1.2
@@ -1 +1,8 @@
+ifndef SND_TOPDIR
+SND_TOPDIR=..
+endif
+
+include $(SND_TOPDIR)/toplevel.config
+include $(SND_TOPDIR)/Makefile.conf
+
obj-$(CONFIG_SND) += ../acore/ ../i2c/ ../drivers/ ../isa/ ../pci/ ../ppc/ ../arm/
../synth/ ../usb/ ../sparc/ ../parisc/ ../pcmcia/
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog