public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: quickcam_messenger compilation fix
@ 2006-08-02 14:30 Diego Calleja
  2006-08-02 15:56 ` Michael Krufky
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Calleja @ 2006-08-02 14:30 UTC (permalink / raw)
  To: akpm; +Cc: jayakumar.video, linux-kernel

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@gmail.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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH]: quickcam_messenger compilation fix
  2006-08-02 14:30 [PATCH]: quickcam_messenger compilation fix Diego Calleja
@ 2006-08-02 15:56 ` Michael Krufky
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Krufky @ 2006-08-02 15:56 UTC (permalink / raw)
  To: Diego Calleja; +Cc: akpm, jayakumar.video, linux-kernel

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@gmail.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@linuxtv.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-02 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 14:30 [PATCH]: quickcam_messenger compilation fix Diego Calleja
2006-08-02 15:56 ` Michael Krufky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox