From: Diego Calleja <diegocg@gmail.com>
To: akpm@osdl.org
Cc: jayakumar.video@gmail.com, linux-kernel@vger.kernel.org
Subject: [PATCH]: quickcam_messenger compilation fix
Date: Wed, 2 Aug 2006 16:30:04 +0200 [thread overview]
Message-ID: <20060802163004.6ebf2cd7.diegocg@gmail.com> (raw)
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
next reply other threads:[~2006-08-02 14:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-02 14:30 Diego Calleja [this message]
2006-08-02 15:56 ` [PATCH]: quickcam_messenger compilation fix Michael Krufky
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=20060802163004.6ebf2cd7.diegocg@gmail.com \
--to=diegocg@gmail.com \
--cc=akpm@osdl.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox