Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.9 6 lines 240 B view raw
1uvcvideo-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 3ifeq ($(CONFIG_MEDIA_CONTROLLER),y) 4uvcvideo-objs += uvc_entity.o 5endif 6obj-$(CONFIG_USB_VIDEO_CLASS) += uvcvideo.o