git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0efd23
)
V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selected
author
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 2 Jul 2008 14:03:33 +0000
(11:03 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 2 Jul 2008 11:58:15 +0000
(08:58 -0300)
UVC makefile defines obj as:
obj-$(CONFIG_USB_VIDEO_CLASS) := uvcvideo.o
Instead of:
obj-$(CONFIG_USB_VIDEO_CLASS) += uvcvideo.o
Due to that, if uvc is selected, all obj-y or obj-m that were added to
compilation were forget. This breaks a proper kernel build.
Acked-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found