 b219108cba
			
		
	
	
	b219108cba
	
	
	
		
			
			Now that arch/ppc is gone we always define CONFIG_PPC_CPM_NEW_BINDING so we can remove all the code associated with !CONFIG_PPC_CPM_NEW_BINDING. Also fixed some asm/of_platform.h to linux/of_platform.h (and of_device.h) Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			370 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			370 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Freescale Ethernet controllers
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_FS_ENET) += fs_enet.o
 | |
| 
 | |
| fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
 | |
| fs_enet-$(CONFIG_FS_ENET_HAS_FEC) += mac-fec.o
 | |
| fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
 | |
| 
 | |
| obj-$(CONFIG_FS_ENET_MDIO_FEC) += mii-fec.o
 | |
| obj-$(CONFIG_FS_ENET_MDIO_FCC) += mii-bitbang.o
 | |
| 
 | |
| fs_enet-objs := fs_enet-main.o $(fs_enet-m)
 |