summaryrefslogtreecommitdiff
path: root/drivers/net/ti/Makefile
diff options
context:
space:
mode:
authorGrygorii Strashko <[email protected]>2018-10-31 16:21:43 -0500
committerJoe Hershberger <[email protected]>2018-11-05 10:42:00 -0600
commit6c4bbccc6ed22464ef70500025e109ce63adaf74 (patch)
tree4d25a2238a0cdce0ac486baac5b747af2087cb02 /drivers/net/ti/Makefile
parentcbec53b434d290689ece1111f395d97f27f5c17f (diff)
driver: net: ti: introduce common mdio support library
All existing TI SoCs network HW have similar MDIO implementation, so introduce common mdio support library which can be reused by TI networking drivers. Reviewed-by: Tom Rini <[email protected]> Signed-off-by: Grygorii Strashko <[email protected]> Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers/net/ti/Makefile')
-rw-r--r--drivers/net/ti/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ti/Makefile b/drivers/net/ti/Makefile
index 4ab4a27498e..d2b6f2022bc 100644
--- a/drivers/net/ti/Makefile
+++ b/drivers/net/ti/Makefile
@@ -2,6 +2,6 @@
#
# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
-obj-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o cpsw-common.o
+obj-$(CONFIG_DRIVER_TI_CPSW) += cpsw.o cpsw-common.o cpsw_mdio.o
obj-$(CONFIG_DRIVER_TI_EMAC) += davinci_emac.o
obj-$(CONFIG_DRIVER_TI_KEYSTONE_NET) += keystone_net.o