brintos

brintos / linux-shallow public Read only

0
0
Text · 271 B · c4d7206 Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_USB_STV06XX) += gspca_stv06xx.o3 4gspca_stv06xx-objs := stv06xx.o \5		      stv06xx_vv6410.o \6		      stv06xx_hdcs.o \7		      stv06xx_pb0100.o \8		      stv06xx_st6422.o9 10ccflags-y += -I$(srctree)/drivers/media/usb/gspca11 12