9 lines
		
	
	
		
			160 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			160 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for ALSA
 | |
| # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
 | |
| #
 | |
| 
 | |
| snd-vx222-objs := vx222.o vx222_ops.o
 | |
| 
 | |
| obj-$(CONFIG_SND_VX222) += snd-vx222.o
 |