2018-03-22 10:08:48 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-04-26 08:08:09 -07:00
|
|
|
# Copyright(c) 2013 - 2018 Intel Corporation.
|
2013-09-11 08:40:23 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver
|
|
|
|
#
|
|
|
|
|
2017-04-13 04:45:44 -04:00
|
|
|
ccflags-y += -I$(src)
|
|
|
|
subdir-ccflags-y += -I$(src)
|
|
|
|
|
2013-09-11 08:40:23 +00:00
|
|
|
obj-$(CONFIG_I40E) += i40e.o
|
|
|
|
|
|
|
|
i40e-objs := i40e_main.o \
|
|
|
|
i40e_ethtool.o \
|
|
|
|
i40e_adminq.o \
|
|
|
|
i40e_common.o \
|
|
|
|
i40e_hmc.o \
|
|
|
|
i40e_lan_hmc.o \
|
|
|
|
i40e_nvm.o \
|
|
|
|
i40e_debugfs.o \
|
|
|
|
i40e_diag.o \
|
|
|
|
i40e_txrx.o \
|
2014-01-11 05:43:19 +00:00
|
|
|
i40e_ptp.o \
|
2019-02-06 15:08:16 -08:00
|
|
|
i40e_ddp.o \
|
2016-01-20 13:40:01 -06:00
|
|
|
i40e_client.o \
|
2018-08-28 14:44:32 +02:00
|
|
|
i40e_virtchnl_pf.o \
|
|
|
|
i40e_xsk.o
|
2014-01-17 15:36:38 -08:00
|
|
|
|
|
|
|
i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o
|