License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / media / usb / gspca / gl860 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
4f7cb883
OL
2obj-$(CONFIG_USB_GL860) += gspca_gl860.o
3
4gspca_gl860-objs := gl860.o \
5 gl860-mi1320.o \
6 gl860-ov2640.o \
7 gl860-ov9655.o \
8 gl860-mi2020.o
9
0c0d06ca 10ccflags-y += -I$(srctree)/drivers/media/usb/gspca
4f7cb883 11