diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2017-06-05 12:22:50 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-06 21:14:13 -0400 |
commit | 5acde34a5a420ffe7441bb7d3909dc2618025c3c (patch) | |
tree | 602c8418143791c7d281beb87163a2a140664988 /drivers/net/phy/Makefile | |
parent | 92046578ac88e0a93f8ef03240e6c832b0189aa7 (diff) |
net: phy: add 802.3 clause 45 support to phylib
Add generic helpers for 802.3 clause 45 PHYs for >= 10Gbps support.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index e2fde094f63d..ae58f507aba9 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -1,6 +1,6 @@ # Makefile for Linux PHY drivers and MDIO bus drivers -libphy-y := phy.o phy-core.o phy_device.o +libphy-y := phy.o phy-c45.o phy-core.o phy_device.o mdio-bus-y += mdio_bus.o mdio_device.o ifdef CONFIG_MDIO_DEVICE |