162306a36Sopenharmony_ci################################################################################ 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Linux driver for VMware's vmxnet3 ethernet NIC. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci# Copyright (C) 2007-2022, VMware, Inc. All Rights Reserved. 662306a36Sopenharmony_ci# 762306a36Sopenharmony_ci# This program is free software; you can redistribute it and/or modify it 862306a36Sopenharmony_ci# under the terms of the GNU General Public License as published by the 962306a36Sopenharmony_ci# Free Software Foundation; version 2 of the License and no later version. 1062306a36Sopenharmony_ci# 1162306a36Sopenharmony_ci# This program is distributed in the hope that it will be useful, but 1262306a36Sopenharmony_ci# WITHOUT ANY WARRANTY; without even the implied warranty of 1362306a36Sopenharmony_ci# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 1462306a36Sopenharmony_ci# NON INFRINGEMENT. See the GNU General Public License for more 1562306a36Sopenharmony_ci# details. 1662306a36Sopenharmony_ci# 1762306a36Sopenharmony_ci# You should have received a copy of the GNU General Public License 1862306a36Sopenharmony_ci# along with this program; if not, write to the Free Software 1962306a36Sopenharmony_ci# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 2062306a36Sopenharmony_ci# 2162306a36Sopenharmony_ci# The full GNU General Public License is included in this distribution in 2262306a36Sopenharmony_ci# the file called "COPYING". 2362306a36Sopenharmony_ci# 2462306a36Sopenharmony_ci# Maintained by: pv-drivers@vmware.com 2562306a36Sopenharmony_ci# 2662306a36Sopenharmony_ci# 2762306a36Sopenharmony_ci################################################################################ 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci# 3062306a36Sopenharmony_ci# Makefile for the VMware vmxnet3 ethernet NIC driver 3162306a36Sopenharmony_ci# 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ciobj-$(CONFIG_VMXNET3) += vmxnet3.o 3462306a36Sopenharmony_ci 3562306a36Sopenharmony_civmxnet3-objs := vmxnet3_drv.o vmxnet3_ethtool.o vmxnet3_xdp.o 36