]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - drivers/media/usb/gspca/m5602/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / drivers / media / usb / gspca / m5602 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c109f816
EA
2obj-$(CONFIG_USB_M5602) += gspca_m5602.o
3
4gspca_m5602-objs := m5602_core.o \
5 m5602_ov9650.o \
4763fa84 6 m5602_ov7660.o \
c109f816
EA
7 m5602_mt9m111.o \
8 m5602_po1030.o \
9 m5602_s5k83a.o \
10 m5602_s5k4aa.o
11
0c0d06ca 12ccflags-y += -I$(srctree)/drivers/media/usb/gspca