Makefile (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) | Makefile (9e479d64dc58f11792f638ea2e8eff3304edaabf) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Copyright(c) 2013 - 2018 Intel Corporation. 3 4# 5# Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver 6# 7 8ccflags-y += -I$(src) --- 10 unchanged lines hidden (view full) --- 19 i40e_nvm.o \ 20 i40e_debugfs.o \ 21 i40e_diag.o \ 22 i40e_txrx.o \ 23 i40e_ptp.o \ 24 i40e_ddp.o \ 25 i40e_client.o \ 26 i40e_virtchnl_pf.o \ | 1# SPDX-License-Identifier: GPL-2.0 2# Copyright(c) 2013 - 2018 Intel Corporation. 3 4# 5# Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver 6# 7 8ccflags-y += -I$(src) --- 10 unchanged lines hidden (view full) --- 19 i40e_nvm.o \ 20 i40e_debugfs.o \ 21 i40e_diag.o \ 22 i40e_txrx.o \ 23 i40e_ptp.o \ 24 i40e_ddp.o \ 25 i40e_client.o \ 26 i40e_virtchnl_pf.o \ |
27 i40e_xsk.o | 27 i40e_xsk.o \ 28 i40e_devlink.o |
28 29i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o | 29 30i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o |