7 lines
		
	
	
		
			226 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			226 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0
 | 
						|
snd-usb-usx2y-objs := usbusx2y.o usX2Yhwdep.o usx2yhwdeppcm.o
 | 
						|
snd-usb-us122l-objs := us122l.o
 | 
						|
 | 
						|
obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-usx2y.o
 | 
						|
obj-$(CONFIG_SND_USB_US122L) += snd-usb-us122l.o
 |