aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-07-02 19:23:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-02 19:23:52 -0700
commit3a57a788757738b8f80a82d4f5101fefb8fd7a58 (patch)
tree697a0e37cc3c7d02412f6743f52156897f7ba553 /drivers/media/video/uvc/Makefile
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 (diff)
parentV4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selected (diff)
downloadlinux-dev-3a57a788757738b8f80a82d4f5101fefb8fd7a58.tar.xz
linux-dev-3a57a788757738b8f80a82d4f5101fefb8fd7a58.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
* git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb: V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc is selected V4L/DVB (8145a): USB Video Class driver
Diffstat (limited to 'drivers/media/video/uvc/Makefile')
-rw-r--r--drivers/media/video/uvc/Makefile3
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 000000000000..968c1994eda0
--- /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