7 lines
		
	
	
		
			183 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			183 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
obj-$(CONFIG_SMS_USB_DRV) += smsusb.o
 | 
						|
 | 
						|
ccflags-y += -I $(srctree)/drivers/media/common/siano
 | 
						|
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
 | 
						|
 |