1b3890e30SAlexander Duyck################################################################################
2b3890e30SAlexander Duyck#
3b3890e30SAlexander Duyck# Intel Ethernet Switch Host Interface Driver
45682366cSJacob Keller# Copyright(c) 2013 - 2015 Intel Corporation.
5b3890e30SAlexander Duyck#
6b3890e30SAlexander Duyck# This program is free software; you can redistribute it and/or modify it
7b3890e30SAlexander Duyck# under the terms and conditions of the GNU General Public License,
8b3890e30SAlexander Duyck# version 2, as published by the Free Software Foundation.
9b3890e30SAlexander Duyck#
10b3890e30SAlexander Duyck# This program is distributed in the hope it will be useful, but WITHOUT
11b3890e30SAlexander Duyck# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12b3890e30SAlexander Duyck# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
13b3890e30SAlexander Duyck# more details.
14b3890e30SAlexander Duyck#
15b3890e30SAlexander Duyck# The full GNU General Public License is included in this distribution in
16b3890e30SAlexander Duyck# the file called "COPYING".
17b3890e30SAlexander Duyck#
18b3890e30SAlexander Duyck# Contact Information:
19b3890e30SAlexander Duyck# e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
20b3890e30SAlexander Duyck# Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
21b3890e30SAlexander Duyck#
22b3890e30SAlexander Duyck################################################################################
23b3890e30SAlexander Duyck
24b3890e30SAlexander Duyck#
25b3890e30SAlexander Duyck# Makefile for the Intel(R) FM10000 Ethernet Switch Host Interface driver
26b3890e30SAlexander Duyck#
27b3890e30SAlexander Duyck
28b3890e30SAlexander Duyckobj-$(CONFIG_FM10K) += fm10k.o
29b3890e30SAlexander Duyck
305682366cSJacob Kellerfm10k-y := fm10k_main.o \
315682366cSJacob Keller	   fm10k_common.o \
325682366cSJacob Keller	   fm10k_pci.o \
335682366cSJacob Keller	   fm10k_ptp.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