On Sun, 6 Mar 2005 22:25:33 -0500, Sager, Jim <[EMAIL PROTECTED]> wrote:
> I think there is a problem with the Kbuild patch. In order to get the ivtv-fb 
> module to build I have to 
> change the following:
> 
> ifneq ($(CONFIG_FB),)
> obj-$(CONFIG__VIDEO_IVTV) += ivtv-fb.o
> endif
> 
> to
> 
> ifneq ($(CONFIG_FB),)
> obj-$(CONFIG_VIDEO_IVTV) += ivtv-fb.o
> endif
> 
> There are 2 underscores in CONFIG__VIDEO_IVTV when there should be only 1, 
> CONFIG_VIDEO_IVTV. Thanks for all the hard work put into the driver by 
> everyone. I should be 
> getting two 150MCE's (NTSC) tomorrow so I can begin assisting with the 
> testing.

Argh!  Yeah, good catch.
-- 
Tyler Trafford


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to