mirror of
				https://github.com/physwizz/a155-U-u1.git
				synced 2025-10-28 16:15:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
obj-$(CONFIG_MOST) += most_core.o
 | 
						|
most_core-y :=	core.o \
 | 
						|
		configfs.o
 | 
						|
 | 
						|
obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
 | 
						|
obj-$(CONFIG_MOST_CDEV) += most_cdev.o
 |