summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2017-09-14 10:25:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-20 08:28:28 +0200
commite9edd1ad49eda3bf1c7f973480593baf9c739ecb (patch)
treea0d0a1244271176750ead731c8b09edda4ac88ba /drivers/net/phy/Makefile
parent130fc67897ba03b3ca847c5204764e4f5bed95a4 (diff)
downloadbarebox-e9edd1ad49eda3bf1c7f973480593baf9c739ecb.tar.gz
barebox-e9edd1ad49eda3bf1c7f973480593baf9c739ecb.tar.xz
net: phy: add ar8327 driver
The Atheros ar8327 is a seven port gigabit ethernet switch. This patch adds a driver for the phys in it. Signed-off-by: Oleksij Rempel <linux@rempel-privat.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 10732f8070..13b8f6545d 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,4 +1,5 @@
obj-y += phy.o mdio_bus.o
+obj-$(CONFIG_AR8327N_PHY) += ar8327.o
obj-$(CONFIG_AT803X_PHY) += at803x.o
obj-$(CONFIG_LXT_PHY) += lxt.o
obj-$(CONFIG_MARVELL_PHY) += marvell.o