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/Makefile | |
parent | e1441b9a41c33aa9236008a7cfe49a8e723fb397 (diff) | |
download | blackbird-obmc-linux-c0efd232929c2cd87238de2cccdaf4e845be5b0c.tar.gz blackbird-obmc-linux-c0efd232929c2cd87238de2cccdaf4e845be5b0c.zip |
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/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index dff0d6abe917..ecbbfaab24d5 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile @@ -136,6 +136,8 @@ obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o obj-$(CONFIG_VIDEO_AU0828) += au0828/ +obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/ + EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core EXTRA_CFLAGS += -Idrivers/media/dvb/frontends EXTRA_CFLAGS += -Idrivers/media/common/tuners |