1d1a890faSShreyas Bhatewara################################################################################ 2d1a890faSShreyas Bhatewara# 3d1a890faSShreyas Bhatewara# Linux driver for VMware's vmxnet3 ethernet NIC. 4d1a890faSShreyas Bhatewara# 555f0395fSRonak Doshi# Copyright (C) 2007-2022, VMware, Inc. All Rights Reserved. 6d1a890faSShreyas Bhatewara# 7d1a890faSShreyas Bhatewara# This program is free software; you can redistribute it and/or modify it 8d1a890faSShreyas Bhatewara# under the terms of the GNU General Public License as published by the 9d1a890faSShreyas Bhatewara# Free Software Foundation; version 2 of the License and no later version. 10d1a890faSShreyas Bhatewara# 11d1a890faSShreyas Bhatewara# This program is distributed in the hope that it will be useful, but 12d1a890faSShreyas Bhatewara# WITHOUT ANY WARRANTY; without even the implied warranty of 13d1a890faSShreyas Bhatewara# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14d1a890faSShreyas Bhatewara# NON INFRINGEMENT. See the GNU General Public License for more 15d1a890faSShreyas Bhatewara# details. 16d1a890faSShreyas Bhatewara# 17d1a890faSShreyas Bhatewara# You should have received a copy of the GNU General Public License 18d1a890faSShreyas Bhatewara# along with this program; if not, write to the Free Software 19d1a890faSShreyas Bhatewara# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20d1a890faSShreyas Bhatewara# 21d1a890faSShreyas Bhatewara# The full GNU General Public License is included in this distribution in 22d1a890faSShreyas Bhatewara# the file called "COPYING". 23d1a890faSShreyas Bhatewara# 24190af10fSShrikrishna Khare# Maintained by: pv-drivers@vmware.com 25d1a890faSShreyas Bhatewara# 26d1a890faSShreyas Bhatewara# 27d1a890faSShreyas Bhatewara################################################################################ 28d1a890faSShreyas Bhatewara 29d1a890faSShreyas Bhatewara# 30d1a890faSShreyas Bhatewara# Makefile for the VMware vmxnet3 ethernet NIC driver 31d1a890faSShreyas Bhatewara# 32d1a890faSShreyas Bhatewara 33d1a890faSShreyas Bhatewaraobj-$(CONFIG_VMXNET3) += vmxnet3.o 34d1a890faSShreyas Bhatewara 35*54f00cceSWilliam Tuvmxnet3-objs := vmxnet3_drv.o vmxnet3_ethtool.o vmxnet3_xdp.o 36