1ae06c70bSJeff Kirsher# SPDX-License-Identifier: GPL-2.0 21bff6529SJesse Brandeburg################################################################################ 31bff6529SJesse Brandeburg# 41bff6529SJesse Brandeburg# Intel Ethernet Controller XL710 Family Linux Driver 596664483SGreg Rose# Copyright(c) 2013 - 2015 Intel Corporation. 61bff6529SJesse Brandeburg# 71bff6529SJesse Brandeburg# This program is free software; you can redistribute it and/or modify it 81bff6529SJesse Brandeburg# under the terms and conditions of the GNU General Public License, 91bff6529SJesse Brandeburg# version 2, as published by the Free Software Foundation. 101bff6529SJesse Brandeburg# 111bff6529SJesse Brandeburg# This program is distributed in the hope it will be useful, but WITHOUT 121bff6529SJesse Brandeburg# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 131bff6529SJesse Brandeburg# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 141bff6529SJesse Brandeburg# more details. 151bff6529SJesse Brandeburg# 16dc641b73SGreg Rose# You should have received a copy of the GNU General Public License along 17dc641b73SGreg Rose# with this program. If not, see <http://www.gnu.org/licenses/>. 181bff6529SJesse Brandeburg# 191bff6529SJesse Brandeburg# The full GNU General Public License is included in this distribution in 201bff6529SJesse Brandeburg# the file called "COPYING". 211bff6529SJesse Brandeburg# 221bff6529SJesse Brandeburg# Contact Information: 231bff6529SJesse Brandeburg# e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 241bff6529SJesse Brandeburg# Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 251bff6529SJesse Brandeburg# 261bff6529SJesse Brandeburg################################################################################ 271bff6529SJesse Brandeburg 281bff6529SJesse Brandeburg# 291bff6529SJesse Brandeburg# Makefile for the Intel(R) Ethernet Connection XL710 (i40e.ko) driver 301bff6529SJesse Brandeburg# 311bff6529SJesse Brandeburg 32ed0980c4SScott Petersonccflags-y += -I$(src) 33ed0980c4SScott Petersonsubdir-ccflags-y += -I$(src) 34ed0980c4SScott Peterson 351bff6529SJesse Brandeburgobj-$(CONFIG_I40E) += i40e.o 361bff6529SJesse Brandeburg 371bff6529SJesse Brandeburgi40e-objs := i40e_main.o \ 381bff6529SJesse Brandeburg i40e_ethtool.o \ 391bff6529SJesse Brandeburg i40e_adminq.o \ 401bff6529SJesse Brandeburg i40e_common.o \ 411bff6529SJesse Brandeburg i40e_hmc.o \ 421bff6529SJesse Brandeburg i40e_lan_hmc.o \ 431bff6529SJesse Brandeburg i40e_nvm.o \ 441bff6529SJesse Brandeburg i40e_debugfs.o \ 451bff6529SJesse Brandeburg i40e_diag.o \ 461bff6529SJesse Brandeburg i40e_txrx.o \ 47beb0dff1SJacob Keller i40e_ptp.o \ 48e3219ce6SAnjali Singhai Jain i40e_client.o \ 491bff6529SJesse Brandeburg i40e_virtchnl_pf.o 509d488727SNeerav Parikh 519d488727SNeerav Parikhi40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o 52