13cfa11baSSteen Hegelund# SPDX-License-Identifier: GPL-2.0-only
23cfa11baSSteen Hegelund#
33cfa11baSSteen Hegelund# Makefile for the Microchip Sparx5 network device drivers.
43cfa11baSSteen Hegelund#
53cfa11baSSteen Hegelund
63cfa11baSSteen Hegelundobj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o
73cfa11baSSteen Hegelund
8f3cad261SSteen Hegelundsparx5-switch-objs  := sparx5_main.o sparx5_packet.o \
9d6fce514SSteen Hegelund sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o sparx5_vlan.o \
10*0933bd04SHoratiu Vultur sparx5_switchdev.o sparx5_calendar.o sparx5_ethtool.o sparx5_fdma.o \
11*0933bd04SHoratiu Vultur sparx5_ptp.o
12