Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / drivers / media / video / uvc / Makefile
1 uvcvideo-objs := uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \
2 uvc_status.o uvc_isight.o uvc_debugfs.o
3 ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
4 uvcvideo-objs += uvc_entity.o
5 endif
6 obj-$(CONFIG_USB_VIDEO_CLASS) += uvcvideo.o
This page took 0.033415 seconds and 5 git commands to generate.