From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: netdev@vger.kernel.org
Cc: gospo@redhat.com, Greg Rose <gregory.v.rose@intel.com>,
Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: [RFC PATCH v2 05/12] ixgbevf: Driver Makefile
Date: Fri, 18 Dec 2009 14:52:16 -0800 [thread overview]
Message-ID: <20091218225215.10698.7180.stgit@localhost.localdomain> (raw)
In-Reply-To: <20091218225043.10698.58897.stgit@localhost.localdomain>
From: Greg Rose <gregory.v.rose@intel.com>
82599 Virtual Function Device Driver Makefile
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
drivers/net/ixgbevf/Makefile | 38 ++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
create mode 100644 drivers/net/ixgbevf/Makefile
diff --git a/drivers/net/ixgbevf/Makefile b/drivers/net/ixgbevf/Makefile
new file mode 100644
index 0000000..dd4e0d2
--- /dev/null
+++ b/drivers/net/ixgbevf/Makefile
@@ -0,0 +1,38 @@
+################################################################################
+#
+# Intel 82599 Virtual Function driver
+# Copyright(c) 1999 - 2009 Intel Corporation.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms and conditions of the GNU General Public License,
+# version 2, as published by the Free Software Foundation.
+#
+# This program is distributed in the hope it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# The full GNU General Public License is included in this distribution in
+# the file called "COPYING".
+#
+# Contact Information:
+# e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
+# Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
+#
+################################################################################
+
+#
+# Makefile for the Intel(R) 82599 VF ethernet driver
+#
+
+obj-$(CONFIG_IXGBEVF) += ixgbevf.o
+
+ixgbevf-objs := vf.o \
+ mbx.o \
+ ethtool.o \
+ ixgbevf_main.o
+
next prev parent reply other threads:[~2009-12-18 22:52 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-18 22:51 [RFC PATCH v2 01/12] ixgbevf: Macros, data structures, useful defines and registers Jeff Kirsher
2009-12-18 22:51 ` [RFC PATCH v2 02/12] ixgbevf: 82599 Virtual Function core functions and header Jeff Kirsher
2009-12-21 5:03 ` Simon Horman
2009-12-23 20:22 ` Ben Hutchings
2009-12-23 21:36 ` Rose, Gregory V
2009-12-18 22:51 ` [RFC PATCH v2 03/12] ixgbevf: Mailbox communication Jeff Kirsher
2009-12-23 20:28 ` Ben Hutchings
2009-12-23 21:38 ` Rose, Gregory V
2009-12-18 22:51 ` [RFC PATCH v2 04/12] ixgbevf: Driver main and ethool interface module and main header Jeff Kirsher
2009-12-21 7:59 ` Simon Horman
2009-12-21 18:18 ` Rose, Gregory V
2009-12-23 0:05 ` Rose, Gregory V
2009-12-18 22:52 ` Jeff Kirsher [this message]
2009-12-18 22:52 ` [RFC PATCH v2 06/12] ixgbevf: Kconfig, Makefile and Documentation Jeff Kirsher
2009-12-18 22:52 ` [RFC PATCH v2 07/12] ixgbe: Mailbox header and code module Jeff Kirsher
2009-12-18 22:53 ` [RFC PATCH v2 08/12] ixgbe: Add SR-IOV register, structure and bit defines Jeff Kirsher
2009-12-18 22:53 ` [RFC PATCH v2 09/12] ixgbe: Add SR-IOV specific features Jeff Kirsher
2009-12-18 22:53 ` [RFC PATCH v2 10/12] ixgbe: Add SR-IOV specific modules to driver Makefile Jeff Kirsher
2009-12-18 22:53 ` [RFC PATCH v2 11/12] ixgbe: Add SR-IOV feature enablement code Jeff Kirsher
2009-12-18 22:54 ` [RFC PATCH v2 12/12] ixgbe: Add SR-IOV features to main module Jeff Kirsher
2009-12-21 18:38 ` [RFC PATCH v2 01/12] ixgbevf: Macros, data structures, useful defines and registers Ben Hutchings
2009-12-21 18:51 ` Rose, Gregory V
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091218225215.10698.7180.stgit@localhost.localdomain \
--to=jeffrey.t.kirsher@intel.com \
--cc=gospo@redhat.com \
--cc=gregory.v.rose@intel.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).