summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/lan966x/Makefile
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2021-11-29 13:43:56 +0100
committerDavid S. Miller <davem@davemloft.net>2021-11-29 13:58:38 +0100
commitd28d6d2e37d10d607f931d25c835a0bd94d370e3 (patch)
tree6115db9aef90091ae7a27a13b71c693d68ce0b2e /drivers/net/ethernet/microchip/lan966x/Makefile
parentnet: lan966x: add the basic lan966x driver (diff)
downloadlinux-d28d6d2e37d10d607f931d25c835a0bd94d370e3.tar.xz
linux-d28d6d2e37d10d607f931d25c835a0bd94d370e3.zip
net: lan966x: add port module support
This patch adds support for netdev and phylink in the switch. The injection + extraction is register based. This will be replaced with DMA accees. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/lan966x/Makefile')
-rw-r--r--drivers/net/ethernet/microchip/lan966x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/lan966x/Makefile b/drivers/net/ethernet/microchip/lan966x/Makefile
index 7ea90410a0b2..e18c9b2d0bb7 100644
--- a/drivers/net/ethernet/microchip/lan966x/Makefile
+++ b/drivers/net/ethernet/microchip/lan966x/Makefile
@@ -5,4 +5,4 @@
obj-$(CONFIG_LAN966X_SWITCH) += lan966x-switch.o
-lan966x-switch-objs := lan966x_main.o
+lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o