kernel
This commit is contained in:
parent
b59f84ee36
commit
cfab1d3ce7
83468 changed files with 37938688 additions and 0 deletions
7
linux-6.8.1/drivers/media/usb/uvc/Makefile
Normal file
7
linux-6.8.1/drivers/media/usb/uvc/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
uvcvideo-objs := uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \
|
||||
uvc_status.o uvc_isight.o uvc_debugfs.o uvc_metadata.o
|
||||
ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
|
||||
uvcvideo-objs += uvc_entity.o
|
||||
endif
|
||||
obj-$(CONFIG_USB_VIDEO_CLASS) += uvcvideo.o
|
Loading…
Add table
Add a link
Reference in a new issue