Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[deliverable/linux.git] / drivers / media / usb / 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.030661 seconds and 5 git commands to generate.