xref: /linux/drivers/net/ethernet/microchip/sparx5/Makefile (revision d09560435cb712c9ec1e62b8a43a79b0af69fe77)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the Microchip Sparx5 network device drivers.
4#
5
6obj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o
7
8sparx5-switch-objs  := sparx5_main.o sparx5_packet.o \
9 sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o sparx5_vlan.o \
10 sparx5_switchdev.o sparx5_calendar.o sparx5_ethtool.o
11