xref: /linux/drivers/net/ethernet/intel/igc/Makefile (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1d89f8841SSasha Neftin# SPDX-License-Identifier: GPL-2.0
2d89f8841SSasha Neftin# Copyright (c)  2018 Intel Corporation
3d89f8841SSasha Neftin
4d89f8841SSasha Neftin#
5d89f8841SSasha Neftin# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller
6d89f8841SSasha Neftin#
7d89f8841SSasha Neftin
8d89f8841SSasha Neftinobj-$(CONFIG_IGC) += igc.o
9d89f8841SSasha Neftin
10*a2fe35dfSAndy Shevchenkoigc-y := igc_main.o igc_mac.o igc_i225.o igc_base.o igc_nvm.o igc_phy.o \
1126575105SAndre Guedes	 igc_diag.o igc_ethtool.o igc_ptp.o igc_dump.o igc_tsn.o igc_xdp.o
12*a2fe35dfSAndy Shevchenkoigc-$(CONFIG_IGC_LEDS) += igc_leds.o
13