summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2013-12-25 11:50:04 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-06 09:42:30 +0100
commitce4e4eff35caf8953610131d7c9107a53769f443 (patch)
tree5e96d8acbe62000327877c085ecd8f20473152df /drivers/net/phy/Makefile
parent23e0081cfd138e808ccadf7ba2fc46f487a3e965 (diff)
downloadbarebox-ce4e4eff35caf8953610131d7c9107a53769f443.tar.gz
barebox-ce4e4eff35caf8953610131d7c9107a53769f443.tar.xz
net/phy: add driver for LXT PHYs
Based on Linux kernel 3.12 driver. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.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, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index 47e2b42331..451573ed83 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,4 +1,5 @@
obj-y += phy.o mdio_bus.o
obj-$(CONFIG_AT803X_PHY) += at803x.o
+obj-$(CONFIG_LXT_PHY) += lxt.o
obj-$(CONFIG_MICREL_PHY) += micrel.o
obj-$(CONFIG_SMSC_PHY) += smsc.o