1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Engleder Ethernet drivers
4#
5
6obj-$(CONFIG_TSNEP) += tsnep.o
7
8tsnep-objs := tsnep_main.o tsnep_ethtool.o tsnep_ptp.o tsnep_tc.o \
9	      tsnep_rxnfc.o tsnep_xdp.o
10tsnep-$(CONFIG_TSNEP_SELFTESTS) += tsnep_selftests.o
11