Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Makefile (e3219ce6a775468368fb270fae3eb82a6787b436) |
---|---|
1################################################################################ 2# 3# Intel Ethernet Controller XL710 Family Linux Driver 4# Copyright(c) 2013 - 2015 Intel Corporation. 5# 6# This program is free software; you can redistribute it and/or modify it 7# under the terms and conditions of the GNU General Public License, 8# version 2, as published by the Free Software Foundation. --- 27 unchanged lines hidden (view full) --- 36 i40e_common.o \ 37 i40e_hmc.o \ 38 i40e_lan_hmc.o \ 39 i40e_nvm.o \ 40 i40e_debugfs.o \ 41 i40e_diag.o \ 42 i40e_txrx.o \ 43 i40e_ptp.o \ | 1################################################################################ 2# 3# Intel Ethernet Controller XL710 Family Linux Driver 4# Copyright(c) 2013 - 2015 Intel Corporation. 5# 6# This program is free software; you can redistribute it and/or modify it 7# under the terms and conditions of the GNU General Public License, 8# version 2, as published by the Free Software Foundation. --- 27 unchanged lines hidden (view full) --- 36 i40e_common.o \ 37 i40e_hmc.o \ 38 i40e_lan_hmc.o \ 39 i40e_nvm.o \ 40 i40e_debugfs.o \ 41 i40e_diag.o \ 42 i40e_txrx.o \ 43 i40e_ptp.o \ |
44 i40e_client.o \ |
|
44 i40e_virtchnl_pf.o 45 46i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o 47i40e-$(CONFIG_I40E_FCOE) += i40e_fcoe.o | 45 i40e_virtchnl_pf.o 46 47i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o 48i40e-$(CONFIG_I40E_FCOE) += i40e_fcoe.o |