xref: /linux/drivers/net/ethernet/engleder/Makefile (revision f1b744f65e2f9682347c5faf6377e61e2ab19a67)
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-y)
10tsnep-$(CONFIG_TSNEP_SELFTESTS) += tsnep_selftests.o
11