diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2024-06-24 08:55:06 +0900 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-25 18:44:19 -0700 |
commit | 7fdbd2f2bb5dc33c50604ea66eb8ae16247cc518 (patch) | |
tree | f760a12ccb4adecd6fc4ba860d260bd774e31069 /drivers/net/ethernet/tehuti/Makefile | |
parent | 37c4947af44d51358cb03262c8e6eeac4a1cd642 (diff) | |
download | lwn-7fdbd2f2bb5dc33c50604ea66eb8ae16247cc518.tar.gz lwn-7fdbd2f2bb5dc33c50604ea66eb8ae16247cc518.zip |
net: tn40xx: add mdio bus support
This patch adds supports for mdio bus. A later path adds PHYLIB
support on the top of this.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Link: https://patch.msgid.link/20240623235507.108147-7-fujita.tomonori@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/tehuti/Makefile')
-rw-r--r-- | drivers/net/ethernet/tehuti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/tehuti/Makefile b/drivers/net/ethernet/tehuti/Makefile index 1c468d99e476..7a0fe586a243 100644 --- a/drivers/net/ethernet/tehuti/Makefile +++ b/drivers/net/ethernet/tehuti/Makefile @@ -5,5 +5,5 @@ obj-$(CONFIG_TEHUTI) += tehuti.o -tn40xx-y := tn40.o +tn40xx-y := tn40.o tn40_mdio.o obj-$(CONFIG_TEHUTI_TN40) += tn40xx.o |