Update of /cvsroot/alsa/alsa-driver/i2c/other
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32394/i2c/other

Modified Files:
        Makefile 
Log Message:
- added the detection of video_get_drvdata() to configure for older kernels.
- fixed the condition of building fm801-tea575x support.


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/i2c/other/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile    30 Jan 2004 14:04:15 -0000      1.8
+++ Makefile    30 Jan 2004 16:13:33 -0000      1.9
@@ -5,14 +5,19 @@
 include $(SND_TOPDIR)/toplevel.config
 include $(SND_TOPDIR)/Makefile.conf
 
-export-objs += ak4xxx-adda.o ak4117.o tea575x-tuner.o
+export-objs += ak4xxx-adda.o ak4117.o
 
 snd-ak4117-objs := ak4117.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o
 # hack for tea575x support
+ifeq (y,$(CONFIG_VIDEO_DEV))
 obj-$(CONFIG_SND_FM801) += snd-tea575x-tuner.o
+ifeq (m,$(CONFIG_SND_FM801))
+export-objs += tea575x-tuner.o
+endif
+endif
 
 include $(SND_TOPDIR)/alsa-kernel/i2c/other/Makefile
 



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

Reply via email to