summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2013-12-02 19:21:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-12-03 11:31:34 +0100
commitc5ff2805a148c31536ff791c83e98360d30737ae (patch)
tree846f3b36eac5c28be2c6e05670e0966be201e2a7 /drivers/net/phy/Makefile
parenta110994405259396bd61afb0d03da6c38c668abc (diff)
downloadbarebox-c5ff2805a148c31536ff791c83e98360d30737ae.tar.gz
barebox-c5ff2805a148c31536ff791c83e98360d30737ae.tar.xz
net/phy: add driver for atheros PHYs
Based on Linux kernel 3.12 driver. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> 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, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index 5f8191d8a7..47e2b42331 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,3 +1,4 @@
obj-y += phy.o mdio_bus.o
+obj-$(CONFIG_AT803X_PHY) += at803x.o
obj-$(CONFIG_MICREL_PHY) += micrel.o
obj-$(CONFIG_SMSC_PHY) += smsc.o