11bff6529SJesse Brandeburg################################################################################ 21bff6529SJesse Brandeburg# 31bff6529SJesse Brandeburg# Intel Ethernet Controller XL710 Family Linux Driver 4dc641b73SGreg Rose# Copyright(c) 2013 - 2014 Intel Corporation. 51bff6529SJesse Brandeburg# 61bff6529SJesse Brandeburg# This program is free software; you can redistribute it and/or modify it 71bff6529SJesse Brandeburg# under the terms and conditions of the GNU General Public License, 81bff6529SJesse Brandeburg# version 2, as published by the Free Software Foundation. 91bff6529SJesse Brandeburg# 101bff6529SJesse Brandeburg# This program is distributed in the hope it will be useful, but WITHOUT 111bff6529SJesse Brandeburg# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 121bff6529SJesse Brandeburg# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 131bff6529SJesse Brandeburg# more details. 141bff6529SJesse Brandeburg# 15dc641b73SGreg Rose# You should have received a copy of the GNU General Public License along 16dc641b73SGreg Rose# with this program. If not, see <http://www.gnu.org/licenses/>. 171bff6529SJesse Brandeburg# 181bff6529SJesse Brandeburg# The full GNU General Public License is included in this distribution in 191bff6529SJesse Brandeburg# the file called "COPYING". 201bff6529SJesse Brandeburg# 211bff6529SJesse Brandeburg# Contact Information: 221bff6529SJesse Brandeburg# e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 231bff6529SJesse Brandeburg# Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 241bff6529SJesse Brandeburg# 251bff6529SJesse Brandeburg################################################################################ 261bff6529SJesse Brandeburg 271bff6529SJesse Brandeburg# 281bff6529SJesse Brandeburg# Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver 291bff6529SJesse Brandeburg# 301bff6529SJesse Brandeburg 311bff6529SJesse Brandeburgobj-$(CONFIG_I40E) += i40e.o 321bff6529SJesse Brandeburg 331bff6529SJesse Brandeburgi40e-objs := i40e_main.o \ 341bff6529SJesse Brandeburg i40e_ethtool.o \ 351bff6529SJesse Brandeburg i40e_adminq.o \ 361bff6529SJesse Brandeburg i40e_common.o \ 371bff6529SJesse Brandeburg i40e_hmc.o \ 381bff6529SJesse Brandeburg i40e_lan_hmc.o \ 391bff6529SJesse Brandeburg i40e_nvm.o \ 401bff6529SJesse Brandeburg i40e_debugfs.o \ 411bff6529SJesse Brandeburg i40e_diag.o \ 421bff6529SJesse Brandeburg i40e_txrx.o \ 43beb0dff1SJacob Keller i40e_ptp.o \ 441bff6529SJesse Brandeburg i40e_virtchnl_pf.o 45