 e13934563d
			
		
	
	
	e13934563d
	
	
	
		
			
			This patch adds back the code that was taken out, thus re-enabling: * The PHY Layer to initialize without crashing * Drivers to actually connect to PHYs * The entire PHY Control Layer This patch is used by the gianfar driver, and other drivers which are in development. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			299 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			299 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for Linux PHY drivers
 | |
| 
 | |
| libphy-objs			:= phy.o phy_device.o mdio_bus.o
 | |
| 
 | |
| obj-$(CONFIG_PHYLIB)		+= libphy.o
 | |
| obj-$(CONFIG_MARVELL_PHY)	+= marvell.o
 | |
| obj-$(CONFIG_DAVICOM_PHY)	+= davicom.o
 | |
| obj-$(CONFIG_CICADA_PHY)	+= cicada.o
 | |
| obj-$(CONFIG_LXT_PHY)		+= lxt.o
 | |
| obj-$(CONFIG_QSEMI_PHY)		+= qsemi.o
 |