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 v6.6 7 lines 290 B view raw
1# SPDX-License-Identifier: GPL-2.0 2uvcvideo-objs := uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \ 3 uvc_status.o uvc_isight.o uvc_debugfs.o uvc_metadata.o 4ifeq ($(CONFIG_MEDIA_CONTROLLER),y) 5uvcvideo-objs += uvc_entity.o 6endif 7obj-$(CONFIG_USB_VIDEO_CLASS) += uvcvideo.o