summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-11 14:18:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-11 14:20:58 +0100
commit6e355bb2685bd7706964da9acc5dfee0b32fa045 (patch)
treedc3c26b1e7a2d4307d1ff897185a6509ebbd9666 /drivers/net/phy/Makefile
parent0826d25d3699a34385c740f9bff90693411eebf3 (diff)
downloadbarebox-6e355bb2685bd7706964da9acc5dfee0b32fa045.tar.gz
barebox-6e355bb2685bd7706964da9acc5dfee0b32fa045.tar.xz
net: phy: Add register access helper functions for phys
Linux has phy helpers to access paged registers and to modify phy registers. Add them to barebox for upcoming realtek phy support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index 5f11a857d4..5dd9bd5fd3 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,4 +1,4 @@
-obj-y += phy.o mdio_bus.o
+obj-y += phy.o mdio_bus.o phy-core.o
obj-$(CONFIG_AR8327N_PHY) += ar8327.o
obj-$(CONFIG_AT803X_PHY) += at803x.o
obj-$(CONFIG_DAVICOM_PHY) += davicom.o