Linux 4.19.133
[linux/fpc-iii.git] / drivers / net / ethernet / intel / i40e / Makefile
blob14397e7e9925e352a5454ef5207cb4f032d067e3
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright(c) 2013 - 2018 Intel Corporation.
5 # Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver
8 ccflags-y += -I$(src)
9 subdir-ccflags-y += -I$(src)
11 obj-$(CONFIG_I40E) += i40e.o
13 i40e-objs := i40e_main.o \
14 i40e_ethtool.o \
15 i40e_adminq.o \
16 i40e_common.o \
17 i40e_hmc.o \
18 i40e_lan_hmc.o \
19 i40e_nvm.o \
20 i40e_debugfs.o \
21 i40e_diag.o \
22 i40e_txrx.o \
23 i40e_ptp.o \
24 i40e_client.o \
25 i40e_virtchnl_pf.o
27 i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o