2018-03-23 01:08:48 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-04-26 23:08:09 +08:00
|
|
|
# Copyright(c) 2013 - 2018 Intel Corporation.
|
2013-09-11 16:40:23 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver
|
|
|
|
#
|
|
|
|
|
2017-04-13 16:45:44 +08:00
|
|
|
ccflags-y += -I$(src)
|
|
|
|
subdir-ccflags-y += -I$(src)
|
|
|
|
|
2013-09-11 16:40:23 +08: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 13:43:19 +08:00
|
|
|
i40e_ptp.o \
|
2016-01-21 03:40:01 +08:00
|
|
|
i40e_client.o \
|
2018-08-28 20:44:32 +08:00
|
|
|
i40e_virtchnl_pf.o \
|
|
|
|
i40e_xsk.o
|
2014-01-18 07:36:38 +08:00
|
|
|
|
|
|
|
i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o
|