Jeff Kirsher | ae06c70 | 2018-03-22 10:08:48 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Jeff Kirsher | 51dce24 | 2018-04-26 08:08:09 -0700 | [diff] [blame] | 2 | # Copyright(c) 1999 - 2018 Intel Corporation. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 3 | # |
| 4 | # Makefile for the Intel(R) 10GbE PCI Express ethernet driver |
| 5 | # |
| 6 | |
| 7 | obj-$(CONFIG_IXGBE) += ixgbe.o |
| 8 | |
Jacob Keller | b205c0d | 2012-12-08 09:04:25 +0000 | [diff] [blame] | 9 | ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \ |
Greg Rose | 92ed72d | 2010-01-09 02:26:07 +0000 | [diff] [blame] | 10 | ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o \ |
Björn Töpel | d0bcacd | 2018-10-02 10:00:32 +0200 | [diff] [blame] | 11 | ixgbe_mbx.o ixgbe_x540.o ixgbe_x550.o ixgbe_lib.o ixgbe_ptp.o \ |
| 12 | ixgbe_xsk.o |
Alexander Duyck | 2f90b86 | 2008-11-20 20:52:10 -0800 | [diff] [blame] | 13 | |
PJ Waskiewicz | e8e2635 | 2009-02-27 15:45:05 +0000 | [diff] [blame] | 14 | ixgbe-$(CONFIG_IXGBE_DCB) += ixgbe_dcb.o ixgbe_dcb_82598.o \ |
| 15 | ixgbe_dcb_82599.o ixgbe_dcb_nl.o |
Yi Zou | eacd73f | 2009-05-13 13:11:06 +0000 | [diff] [blame] | 16 | |
Emil Tantilov | 6cbc52e | 2012-05-16 07:06:38 +0000 | [diff] [blame] | 17 | ixgbe-$(CONFIG_IXGBE_HWMON) += ixgbe_sysfs.o |
Jacob Keller | b205c0d | 2012-12-08 09:04:25 +0000 | [diff] [blame] | 18 | ixgbe-$(CONFIG_DEBUG_FS) += ixgbe_debugfs.o |
Yi Zou | eacd73f | 2009-05-13 13:11:06 +0000 | [diff] [blame] | 19 | ixgbe-$(CONFIG_FCOE:m=y) += ixgbe_fcoe.o |
Jeff Kirsher | 48e01e0 | 2018-10-18 15:39:43 -0700 | [diff] [blame] | 20 | ixgbe-$(CONFIG_IXGBE_IPSEC) += ixgbe_ipsec.o |