Back to home page

OSCL-LXR

 
 

    


0001 ################################################################################
0002 #
0003 # Linux driver for VMware's vmxnet3 ethernet NIC.
0004 #
0005 # Copyright (C) 2007-2022, VMware, Inc. All Rights Reserved.
0006 #
0007 # This program is free software; you can redistribute it and/or modify it
0008 # under the terms of the GNU General Public License as published by the
0009 # Free Software Foundation; version 2 of the License and no later version.
0010 #
0011 # This program is distributed in the hope that it will be useful, but
0012 # WITHOUT ANY WARRANTY; without even the implied warranty of
0013 # MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
0014 # NON INFRINGEMENT.  See the GNU General Public License for more
0015 # details.
0016 #
0017 # You should have received a copy of the GNU General Public License
0018 # along with this program; if not, write to the Free Software
0019 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0020 #
0021 # The full GNU General Public License is included in this distribution in
0022 # the file called "COPYING".
0023 #
0024 # Maintained by: pv-drivers@vmware.com
0025 #
0026 #
0027 ################################################################################
0028 
0029 #
0030 # Makefile for the VMware vmxnet3 ethernet NIC driver
0031 #
0032 
0033 obj-$(CONFIG_VMXNET3) += vmxnet3.o
0034 
0035 vmxnet3-objs := vmxnet3_drv.o vmxnet3_ethtool.o