xref: /kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_USB_STV06XX) += gspca_stv06xx.o
3
4gspca_stv06xx-objs := stv06xx.o \
5		      stv06xx_vv6410.o \
6		      stv06xx_hdcs.o \
7		      stv06xx_pb0100.o \
8		      stv06xx_st6422.o
9
10ccflags-y += -I$(srctree)/drivers/media/usb/gspca
11
12

Indexes created Thu Nov 07 10:32:03 CST 2024