aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2005-08-24 18:46:21 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-08-28 20:28:25 -0400
commite13934563db047043ccead26412f552375cea90c (patch)
tree4013ca99f718559447315370c9d5e220e71d99d5 /drivers/net/phy/Makefile
parent[PATCH] r8169: avoid conflict between revisions 2 and 3 of the Linksys EG1032 (diff)
downloadlinux-dev-e13934563db047043ccead26412f552375cea90c.tar.xz
linux-dev-e13934563db047043ccead26412f552375cea90c.zip
[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 @@
libphy-objs := phy.o phy_device.o mdio_bus.o
-obj-$(CONFIG_MARVELL_PHY) += libphy.o marvell.o
-obj-$(CONFIG_DAVICOM_PHY) += libphy.o davicom.o
-obj-$(CONFIG_CICADA_PHY) += libphy.o cicada.o
-obj-$(CONFIG_LXT_PHY) += libphy.o lxt.o
-obj-$(CONFIG_QSEMI_PHY) += libphy.o qsemi.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