summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-18 13:49:40 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-20 09:38:26 +0100
commit9ea956db779f485c243c91f127d569ba93f18dd3 (patch)
tree4c487e1569cd9956e2ad1bb46fa0ce71a6a495bb /drivers/net/phy/Makefile
parentf777b3b13fab090ad0f340c626c05176b4bf226d (diff)
downloadbarebox-9ea956db779f485c243c91f127d569ba93f18dd3.tar.gz
barebox-9ea956db779f485c243c91f127d569ba93f18dd3.tar.xz
phylib: fix generic phy driver probe
the generic phy driver is used if no driver are found Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index 0caeb7058d..dfc709a82e 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,3 +1,2 @@
obj-y += phy.o mdio_bus.o
-obj-$(CONFIG_GENERIC_PHY) += generic.o
obj-$(CONFIG_SMSC_PHY) += smsc.o