summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/Makefile
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2022-11-25 12:50:07 +0300
committerPaolo Abeni <pabeni@redhat.com>2022-11-29 15:08:23 +0300
commit3643abd6e6bc1adce8979e974ee7ede387948c1c (patch)
tree3667846373a5c50d632616fbeade3b483348ffcb /drivers/net/ethernet/microchip/lan966x/Makefile
parentf919ccc93dc6185d321c229f7241057406615e1b (diff)
downloadlinux-3643abd6e6bc1adce8979e974ee7ede387948c1c.tar.xz
net: lan966x: add tc flower support for VCAP API
Currently the only supported action is ACTION_TRAP and the only dissector is ETH_ADDRS. Others will be added in future patches. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/microchip/lan966x/Makefile')
-rw-r--r--drivers/net/ethernet/microchip/lan966x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/lan966x/Makefile b/drivers/net/ethernet/microchip/lan966x/Makefile
index 053a174f09f3..23781149f7a9 100644
--- a/drivers/net/ethernet/microchip/lan966x/Makefile
+++ b/drivers/net/ethernet/microchip/lan966x/Makefile
@@ -12,7 +12,8 @@ lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o \
lan966x_tc.o lan966x_mqprio.o lan966x_taprio.o \
lan966x_tbf.o lan966x_cbs.o lan966x_ets.o \
lan966x_tc_matchall.o lan966x_police.o lan966x_mirror.o \
- lan966x_xdp.o lan966x_vcap_impl.o lan966x_vcap_ag_api.o
+ lan966x_xdp.o lan966x_vcap_impl.o lan966x_vcap_ag_api.o \
+ lan966x_tc_flower.o
# Provide include files
ccflags-y += -I$(srctree)/drivers/net/ethernet/microchip/vcap