7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			132 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for Etrax-specific drivers
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_ETRAX_NANDFLASH)   += nandflash.o
 | 
						|
obj-$(CONFIG_ETRAX_GPIO)        += gpio.o
 |