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