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.
|
2007-09-16 05:07:45 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Intel(R) 10GbE PCI Express ethernet driver
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_IXGBE) += ixgbe.o
|
|
|
|
|
2012-12-08 17:04:25 +08:00
|
|
|
ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \
|
2010-01-09 10:26:07 +08:00
|
|
|
ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o \
|
2018-10-02 16:00:32 +08:00
|
|
|
ixgbe_mbx.o ixgbe_x540.o ixgbe_x550.o ixgbe_lib.o ixgbe_ptp.o \
|
|
|
|
ixgbe_xsk.o
|
2008-11-21 12:52:10 +08:00
|
|
|
|
2009-02-27 23:45:05 +08:00
|
|
|
ixgbe-$(CONFIG_IXGBE_DCB) += ixgbe_dcb.o ixgbe_dcb_82598.o \
|
|
|
|
ixgbe_dcb_82599.o ixgbe_dcb_nl.o
|
2009-05-13 21:11:06 +08:00
|
|
|
|
2012-05-16 15:06:38 +08:00
|
|
|
ixgbe-$(CONFIG_IXGBE_HWMON) += ixgbe_sysfs.o
|
2012-12-08 17:04:25 +08:00
|
|
|
ixgbe-$(CONFIG_DEBUG_FS) += ixgbe_debugfs.o
|
2009-05-13 21:11:06 +08:00
|
|
|
ixgbe-$(CONFIG_FCOE:m=y) += ixgbe_fcoe.o
|
2017-12-20 07:59:54 +08:00
|
|
|
ixgbe-$(CONFIG_XFRM_OFFLOAD) += ixgbe_ipsec.o
|