xref: /linux/drivers/net/ethernet/microchip/fdma/Makefile (revision 06a130e42a5bfc84795464bff023bff4c16f58c5)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for Microchip FDMA
4#
5
6obj-$(CONFIG_FDMA) += fdma.o
7fdma-y += fdma_api.o
8