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
9