12 lines
		
	
	
		
			249 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			249 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
obj-$(CONFIG_USB_GL860) += gspca_gl860.o
 | 
						|
 | 
						|
gspca_gl860-objs := gl860.o \
 | 
						|
		    gl860-mi1320.o \
 | 
						|
		    gl860-ov2640.o \
 | 
						|
		    gl860-ov9655.o \
 | 
						|
		    gl860-mi2020.o
 | 
						|
 | 
						|
ccflags-y += -I$(srctree)/drivers/media/usb/gspca
 | 
						|
 |