]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/media/usb/uvc/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / media / usb / uvc / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c0efd232 2uvcvideo-objs := uvc_driver.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_ctrl.o \
edbaa398 3 uvc_status.o uvc_isight.o uvc_debugfs.o
4ffc2d89
LP
4ifeq ($(CONFIG_MEDIA_CONTROLLER),y)
5uvcvideo-objs += uvc_entity.o
6endif
06f3ed23 7obj-$(CONFIG_USB_VIDEO_CLASS) += uvcvideo.o