dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/video/uvc
Mauro Carvalho Chehab 06f3ed23b1 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 <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-07-02 08:58:15 -03:00
..
Makefile V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selected 2008-07-02 08:58:15 -03:00
uvc_ctrl.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvc_driver.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvc_isight.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvc_queue.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvc_status.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvc_v4l2.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvc_video.c V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00
uvcvideo.h V4L/DVB (8145a): USB Video Class driver 2008-06-30 17:31:13 -03:00