1b3890e30SAlexander Duyck################################################################################
2b3890e30SAlexander Duyck#
3b3890e30SAlexander Duyck# Intel Ethernet Switch Host Interface Driver
4b3890e30SAlexander Duyck# Copyright(c) 2013 - 2014 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
30b3890e30SAlexander Duyckfm10k-objs := fm10k_main.o fm10k_pci.o
31