summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-09-28 09:36:28 +0100
committerDavid S. Miller <davem@davemloft.net>2022-09-28 09:36:28 +0100
commit6a1dc68eb14eba47e039c2eeebaf403dd4689f52 (patch)
treedb5d9a424ca8324c8c8ad388cf278b1da5e17393 /drivers/net/ethernet/microchip/lan966x/Makefile
parent2ae3cb58b9afc1ede5cb79d5718efbb4b798b140 (diff)
parent29aaf3d40e0184ceafcda3b56c0af1ceb4d52aa4 (diff)
downloadlinux-6a1dc68eb14eba47e039c2eeebaf403dd4689f52.tar.gz
linux-6a1dc68eb14eba47e039c2eeebaf403dd4689f52.tar.bz2
linux-6a1dc68eb14eba47e039c2eeebaf403dd4689f52.zip
Merge branch 'lan966x-qos'
Horatiu Vultur says: ==================== net: lan966x: Add tbf, cbs, ets support Add support for offloading QoS features with tc command to lan966x. The offloaded Qos features are tbf, cbs and ets. ==================== 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/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 cac8b3901eae..7360c1c7b53c 100644
--- a/drivers/net/ethernet/microchip/lan966x/Makefile
+++ b/drivers/net/ethernet/microchip/lan966x/Makefile
@@ -9,4 +9,5 @@ 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_fdb.o lan966x_mdb.o \
lan966x_ptp.o lan966x_fdma.o lan966x_lag.o \
- lan966x_tc.o lan966x_mqprio.o lan966x_taprio.o
+ lan966x_tc.o lan966x_mqprio.o lan966x_taprio.o \
+ lan966x_tbf.o lan966x_cbs.o lan966x_ets.o