10 lines
		
	
	
		
			217 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			217 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
#
 | 
						|
# Makefile for ALSA
 | 
						|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
 | 
						|
#
 | 
						|
 | 
						|
snd-trident-objs := trident.o trident_main.o trident_memory.o
 | 
						|
 | 
						|
# Toplevel Module Dependency
 | 
						|
obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
 |