summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/sparx5/Makefile
diff options
context:
space:
mode:
authorSteen Hegelund <steen.hegelund@microchip.com>2021-06-24 09:07:56 +0200
committerDavid S. Miller <davem@davemloft.net>2021-06-24 11:28:13 -0700
commit0a9d48ad0d09ce869ea44e405e066959aa5d5371 (patch)
treee19adbcff3d56440a8d1b05b058d871467ca8760 /drivers/net/ethernet/microchip/sparx5/Makefile
parentd6fce5141929697a27f029c633433d487f6f62cb (diff)
net: sparx5: add calendar bandwidth allocation support
This configures the Sparx5 calendars according to the bandwidth requested in the Device Tree nodes. It also checks if the total requested bandwidth is within the specs of the detected Sparx5 models limits. Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com> Signed-off-by: Bjarni Jonasson <bjarni.jonasson@microchip.com> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/microchip/sparx5/Makefile')
-rw-r--r--drivers/net/ethernet/microchip/sparx5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/sparx5/Makefile b/drivers/net/ethernet/microchip/sparx5/Makefile
index 5bf46b2fbdee..7f0035aefcdd 100644
--- a/drivers/net/ethernet/microchip/sparx5/Makefile
+++ b/drivers/net/ethernet/microchip/sparx5/Makefile
@@ -7,4 +7,4 @@ obj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o
sparx5-switch-objs := sparx5_main.o sparx5_packet.o \
sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o sparx5_vlan.o \
- sparx5_switchdev.o
+ sparx5_switchdev.o sparx5_calendar.o