Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183485
b: refs/heads/master
c: 0d3592f
h: refs/heads/master
i:
  183483: 0c0eaab
v: v3
  • Loading branch information
Greg Rose authored and David S. Miller committed Jan 10, 2010
1 parent fc3f7ec commit cad6310
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92915f71201b43762fbe05dbfb1a1a0de9c8adb9
refs/heads/master: 0d3592fa28965a3083d670b430bb59c19efb6abe
38 changes: 38 additions & 0 deletions trunk/drivers/net/ixgbevf/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cad6310

Please sign in to comment.