[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <44D0CB36.3050303@linuxtv.org>
Date: Wed, 02 Aug 2006 11:56:38 -0400
From: Michael Krufky <mkrufky@...uxtv.org>
To: Diego Calleja <diegocg@...il.com>
CC: akpm@...l.org, jayakumar.video@...il.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH]: quickcam_messenger compilation fix
Diego Calleja wrote:
> In bugzilla #6943, Maxim Britov reported:
>
> "I can enable Logitech quickcam support in .config, but it want be compile.
> I have to add into drivers/media/video/Makefile:
> obj-$(CONFIG_USB_QUICKCAM_MESSENGER) += usbvideo/"
>
> He's right, just enable that driver as module while disabling every other
> driver that gets into that directory, nothing will get compiled.
> This patch fixes the Makefile.
>
> Signed-off-by: Diego Calleja <diegocg@...il.com>
>
> Index: 2.6/drivers/media/video/Makefile
> ===================================================================
> --- 2.6.orig/drivers/media/video/Makefile 2006-08-02 16:22:40.000000000 +0200
> +++ 2.6/drivers/media/video/Makefile 2006-08-02 16:22:51.000000000 +0200
> @@ -91,6 +91,7 @@
> obj-$(CONFIG_USB_IBMCAM) += usbvideo/
> obj-$(CONFIG_USB_KONICAWC) += usbvideo/
> obj-$(CONFIG_USB_VICAM) += usbvideo/
> +obj-$(CONFIG_USB_QUICKCAM_MESSENGER) += usbvideo/
>
> obj-$(CONFIG_VIDEO_VIVI) += vivi.o
>
Acked-by: Michael Krufky <mkrufky@...uxtv.org>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists