Makefile 270 B

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