This is needed to access QE GPIOs via Linux GPIO API. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-By: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			268 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			268 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the linux ppc-specific parts of QE
 | 
						|
#
 | 
						|
obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_ic.o qe_io.o
 | 
						|
 | 
						|
obj-$(CONFIG_UCC)	+= ucc.o
 | 
						|
obj-$(CONFIG_UCC_SLOW)	+= ucc_slow.o
 | 
						|
obj-$(CONFIG_UCC_FAST)	+= ucc_fast.o
 | 
						|
obj-$(CONFIG_QE_USB)	+= usb.o
 | 
						|
obj-$(CONFIG_QE_GPIO)	+= gpio.o
 |