2018-03-22 17:08:48 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-04-26 15:08:09 +00:00
|
|
|
# Copyright(c) 1999 - 2018 Intel Corporation.
|
2008-01-24 10:22:38 +00: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-06 23:25:19 +00:00
|
|
|
e1000_mac.o e1000_nvm.o e1000_phy.o e1000_mbx.o \
|
2012-12-07 03:01:42 +00:00
|
|
|
e1000_i210.o igb_ptp.o igb_hwmon.o
|