1ae06c70bSJeff Kirsher# SPDX-License-Identifier: GPL-2.0 2b3890e30SAlexander Duyck################################################################################ 3b3890e30SAlexander Duyck# 486641094SJacob Keller# Intel(R) Ethernet Switch Host Interface Driver 59de6a1a6SJacob Keller# Copyright(c) 2013 - 2016 Intel Corporation. 6b3890e30SAlexander Duyck# 7b3890e30SAlexander Duyck# This program is free software; you can redistribute it and/or modify it 8b3890e30SAlexander Duyck# under the terms and conditions of the GNU General Public License, 9b3890e30SAlexander Duyck# version 2, as published by the Free Software Foundation. 10b3890e30SAlexander Duyck# 11b3890e30SAlexander Duyck# This program is distributed in the hope it will be useful, but WITHOUT 12b3890e30SAlexander Duyck# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13b3890e30SAlexander Duyck# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14b3890e30SAlexander Duyck# more details. 15b3890e30SAlexander Duyck# 16b3890e30SAlexander Duyck# The full GNU General Public License is included in this distribution in 17b3890e30SAlexander Duyck# the file called "COPYING". 18b3890e30SAlexander Duyck# 19b3890e30SAlexander Duyck# Contact Information: 20b3890e30SAlexander Duyck# e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> 21b3890e30SAlexander Duyck# Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 22b3890e30SAlexander Duyck# 23b3890e30SAlexander Duyck################################################################################ 24b3890e30SAlexander Duyck 25b3890e30SAlexander Duyck# 2686641094SJacob Keller# Makefile for the Intel(R) Ethernet Switch Host Interface Driver 27b3890e30SAlexander Duyck# 28b3890e30SAlexander Duyck 29b3890e30SAlexander Duyckobj-$(CONFIG_FM10K) += fm10k.o 30b3890e30SAlexander Duyck 315682366cSJacob Kellerfm10k-y := fm10k_main.o \ 325682366cSJacob Keller fm10k_common.o \ 335682366cSJacob Keller fm10k_pci.o \ 345682366cSJacob Keller fm10k_netdev.o \ 355682366cSJacob Keller fm10k_ethtool.o \ 365682366cSJacob Keller fm10k_pf.o \ 375682366cSJacob Keller fm10k_vf.o \ 385682366cSJacob Keller fm10k_mbx.o \ 395682366cSJacob Keller fm10k_iov.o \ 405682366cSJacob Keller fm10k_tlv.o 415682366cSJacob Keller 425682366cSJacob Kellerfm10k-$(CONFIG_DEBUG_FS) += fm10k_debugfs.o 435682366cSJacob Kellerfm10k-$(CONFIG_DCB) += fm10k_dcbnl.o 44