xref: /kernel/linux/linux-6.6/drivers/media/usb/gspca/gl860/Makefile (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/media/usb/gspca/gl860/
1# SPDX-License-Identifier: GPL-2.0
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
10ccflags-y += -I$(srctree)/drivers/media/usb/gspca
11
12

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