9 lines
		
	
	
	
		
			206 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			206 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 |