11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for ALSA
 | |
| # Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
 | |
| #
 | |
| 
 | |
| snd-wss-lib-objs := wss_lib.o
 | |
| 
 | |
| # Toplevel Module Dependency
 | |
| obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
 | |
| 
 |