diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-12-19 00:49:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-12-20 14:44:06 +0300 |
commit | 811ba2771182900edebdc1be17fa2cec0568c643 (patch) | |
tree | ba843aa61a09e327c832ea237b78dcd1084ef15d /drivers/net/ethernet/microchip/lan966x/Makefile | |
parent | e14f72398df4aaa0063a324a3ba4b37e3c86514a (diff) | |
download | linux-811ba2771182900edebdc1be17fa2cec0568c643.tar.xz |
net: lan966x: Extend switchdev with fdb support
Extend lan966x driver with fdb support by implementing the switchdev
calls SWITCHDEV_FDB_ADD_TO_DEVICE and SWITCHDEV_FDB_DEL_TO_DEVICE.
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/lan966x/Makefile b/drivers/net/ethernet/microchip/lan966x/Makefile index d82e896c2e53..ec1a1fa8b0d5 100644 --- a/drivers/net/ethernet/microchip/lan966x/Makefile +++ b/drivers/net/ethernet/microchip/lan966x/Makefile @@ -7,4 +7,4 @@ obj-$(CONFIG_LAN966X_SWITCH) += lan966x-switch.o lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o \ lan966x_mac.o lan966x_ethtool.o lan966x_switchdev.o \ - lan966x_vlan.o + lan966x_vlan.o lan966x_fdb.o |