xref: /linux/drivers/net/ethernet/intel/i40e/Makefile (revision ed0980c4401a21148d2fb9f4f6dd6132a4cc7599)
11bff6529SJesse Brandeburg################################################################################
21bff6529SJesse Brandeburg#
31bff6529SJesse Brandeburg# Intel Ethernet Controller XL710 Family Linux Driver
496664483SGreg Rose# Copyright(c) 2013 - 2015 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
31*ed0980c4SScott Petersonccflags-y += -I$(src)
32*ed0980c4SScott Petersonsubdir-ccflags-y += -I$(src)
33*ed0980c4SScott Peterson
341bff6529SJesse Brandeburgobj-$(CONFIG_I40E) += i40e.o
351bff6529SJesse Brandeburg
361bff6529SJesse Brandeburgi40e-objs := i40e_main.o \
371bff6529SJesse Brandeburg	i40e_ethtool.o	\
381bff6529SJesse Brandeburg	i40e_adminq.o	\
391bff6529SJesse Brandeburg	i40e_common.o	\
401bff6529SJesse Brandeburg	i40e_hmc.o	\
411bff6529SJesse Brandeburg	i40e_lan_hmc.o	\
421bff6529SJesse Brandeburg	i40e_nvm.o	\
431bff6529SJesse Brandeburg	i40e_debugfs.o	\
441bff6529SJesse Brandeburg	i40e_diag.o	\
451bff6529SJesse Brandeburg	i40e_txrx.o	\
46beb0dff1SJacob Keller	i40e_ptp.o	\
47e3219ce6SAnjali Singhai Jain	i40e_client.o   \
481bff6529SJesse Brandeburg	i40e_virtchnl_pf.o
499d488727SNeerav Parikh
509d488727SNeerav Parikhi40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o
51