All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Krufky <mkrufky@linuxtv.org>
To: Diego Calleja <diegocg@gmail.com>
Cc: akpm@osdl.org, jayakumar.video@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH]: quickcam_messenger compilation fix
Date: Wed, 02 Aug 2006 11:56:38 -0400	[thread overview]
Message-ID: <44D0CB36.3050303@linuxtv.org> (raw)
In-Reply-To: <20060802163004.6ebf2cd7.diegocg@gmail.com>

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>


      reply	other threads:[~2006-08-02 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-02 14:30 [PATCH]: quickcam_messenger compilation fix Diego Calleja
2006-08-02 15:56 ` Michael Krufky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44D0CB36.3050303@linuxtv.org \
    --to=mkrufky@linuxtv.org \
    --cc=akpm@osdl.org \
    --cc=diegocg@gmail.com \
    --cc=jayakumar.video@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.