From: Mauro Carvalho Chehab Date: Wed, 2 Jul 2008 14:03:33 +0000 (-0300) Subject: V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selected X-Git-Tag: v2.6.26-rc9~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f3ed23b1e1038da649c4836b51fe035f5536bd;p=pandora-kernel.git V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selected 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed