blob: 4fb0d9e3f2da21db5acf17dbf5b9c091502db442 [file] [log] [blame]
Jeff Kirsherae06c702018-03-22 10:08:48 -07001# SPDX-License-Identifier: GPL-2.0
Jeff Kirsher51dce242018-04-26 08:08:09 -07002# Copyright(c) 1999 - 2018 Intel Corporation.
Auke Kok9a799d72007-09-15 14:07:45 -07003#
4# Makefile for the Intel(R) 10GbE PCI Express ethernet driver
5#
6
7obj-$(CONFIG_IXGBE) += ixgbe.o
8
Jacob Kellerb205c0d2012-12-08 09:04:25 +00009ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \
Greg Rose92ed72d2010-01-09 02:26:07 +000010 ixgbe_82599.o ixgbe_82598.o ixgbe_phy.o ixgbe_sriov.o \
Björn Töpeld0bcacd2018-10-02 10:00:32 +020011 ixgbe_mbx.o ixgbe_x540.o ixgbe_x550.o ixgbe_lib.o ixgbe_ptp.o \
12 ixgbe_xsk.o
Alexander Duyck2f90b862008-11-20 20:52:10 -080013
PJ Waskiewicze8e26352009-02-27 15:45:05 +000014ixgbe-$(CONFIG_IXGBE_DCB) += ixgbe_dcb.o ixgbe_dcb_82598.o \
15 ixgbe_dcb_82599.o ixgbe_dcb_nl.o
Yi Zoueacd73f2009-05-13 13:11:06 +000016
Emil Tantilov6cbc52e2012-05-16 07:06:38 +000017ixgbe-$(CONFIG_IXGBE_HWMON) += ixgbe_sysfs.o
Jacob Kellerb205c0d2012-12-08 09:04:25 +000018ixgbe-$(CONFIG_DEBUG_FS) += ixgbe_debugfs.o
Yi Zoueacd73f2009-05-13 13:11:06 +000019ixgbe-$(CONFIG_FCOE:m=y) += ixgbe_fcoe.o
Jeff Kirsher48e01e02018-10-18 15:39:43 -070020ixgbe-$(CONFIG_IXGBE_IPSEC) += ixgbe_ipsec.o