diff options
author | Laurent Pinchart <laurent.pinchart@skynet.be> | 2008-06-30 15:04:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-30 17:31:13 -0300 |
commit | c0efd232929c2cd87238de2cccdaf4e845be5b0c (patch) | |
tree | 46febbdb8d29e4e081628778740c206c20024e80 /drivers/media/video/uvc/Makefile | |
parent | e1441b9a41c33aa9236008a7cfe49a8e723fb397 (diff) |
V4L/DVB (8145a): USB Video Class driver
This driver supports video input devices compliant with the USB Video Class
specification. This means lots of currently manufactured webcams, and probably
most of the future ones.
Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/uvc/Makefile')
-rw-r--r-- | drivers/media/video/uvc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/Makefile b/drivers/media/video/uvc/Makefile new file mode 100644 index 00000000000..fb39bbf9b5a --- /dev/null +++ b/drivers/media/video/uvc/Makefile @@ -0,0 +1,3 @@ +uvcvideo-objs := uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \ + uvc_status.o uvc_isight.o +obj-$(CONFIG_USB_VIDEO_CLASS) := uvcvideo.o |