aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2005-08-24 19:46:21 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-08-28 20:28:25 -0400
commite13934563db047043ccead26412f552375cea90c (patch)
tree4013ca99f718559447315370c9d5e220e71d99d5 /drivers/net/phy/Makefile
parent86f0cd505781e42000763821ec6f70127a6abaae (diff)
[PATCH] PHY Layer fixup
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>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index fb7cb385a659..e4116a5fbb4c 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -2,8 +2,9 @@
2 2
3libphy-objs := phy.o phy_device.o mdio_bus.o 3libphy-objs := phy.o phy_device.o mdio_bus.o
4 4
5obj-$(CONFIG_MARVELL_PHY) += libphy.o marvell.o 5obj-$(CONFIG_PHYLIB) += libphy.o
6obj-$(CONFIG_DAVICOM_PHY) += libphy.o davicom.o 6obj-$(CONFIG_MARVELL_PHY) += marvell.o
7obj-$(CONFIG_CICADA_PHY) += libphy.o cicada.o 7obj-$(CONFIG_DAVICOM_PHY) += davicom.o
8obj-$(CONFIG_LXT_PHY) += libphy.o lxt.o 8obj-$(CONFIG_CICADA_PHY) += cicada.o
9obj-$(CONFIG_QSEMI_PHY) += libphy.o qsemi.o 9obj-$(CONFIG_LXT_PHY) += lxt.o
10obj-$(CONFIG_QSEMI_PHY) += qsemi.o