 5b4b845434
			
		
	
	
	5b4b845434
	
	
	
		
			
			This patch should update the fs_enet infrastructure to utilize Phy Abstraction Layer subsystem. Along with the above, there are apparent bugfixes, overhaul and improvements. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			220 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			220 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the Freescale Ethernet controllers
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_FS_ENET) += fs_enet.o
 | |
| 
 | |
| obj-$(CONFIG_8xx) += mac-fec.o mac-scc.o mii-fec.o
 | |
| obj-$(CONFIG_CPM2) += mac-fcc.o mii-bitbang.o
 | |
| 
 | |
| fs_enet-objs := fs_enet-main.o
 |