2018-03-23 01:08:48 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-04-26 23:08:09 +08:00
|
|
|
# Copyright(c) 1999 - 2018 Intel Corporation.
|
2008-01-24 18:22:38 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Intel(R) 82575 PCI-Express ethernet driver
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_IGB) += igb.o
|
|
|
|
|
|
|
|
igb-objs := igb_main.o igb_ethtool.o e1000_82575.o \
|
2012-04-07 07:25:19 +08:00
|
|
|
e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \
|
2012-12-07 11:01:42 +08:00
|
|
|
e1000_i210.o igb_ptp.o igb_hwmon.o
|