9 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for ALSA
 | 
						|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
 | 
						|
#
 | 
						|
 | 
						|
snd-mixart-objs := mixart.o mixart_core.o mixart_hwdep.o mixart_mixer.o
 | 
						|
 | 
						|
obj-$(CONFIG_SND_MIXART) += snd-mixart.o
 |