Linux Audio

Check our new training course

Loading...
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0
 2# Copyright(c) 1999 - 2018 Intel Corporation.
 3#
 4# Makefile for the Intel(R) 82575 PCI-Express ethernet driver
 5#
 6
 7obj-$(CONFIG_IGB) += igb.o
 8
 9igb-y := igb_main.o igb_ethtool.o e1000_82575.o \
10	 e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \
11	 e1000_i210.o igb_ptp.o igb_hwmon.o
v6.8
 1# SPDX-License-Identifier: GPL-2.0
 2# Copyright(c) 1999 - 2018 Intel Corporation.
 3#
 4# Makefile for the Intel(R) 82575 PCI-Express ethernet driver
 5#
 6
 7obj-$(CONFIG_IGB) += igb.o
 8
 9igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
10	    e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \
11	    e1000_i210.o igb_ptp.o igb_hwmon.o