From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: [PATCH 14/15] net/vmxnet3: rename version map after library file name Date: Mon, 10 Sep 2018 21:04:14 +0100 Message-ID: <20180910200415.8340-15-bluca@debian.org> References: <20180910200415.8340-1-bluca@debian.org> Cc: keith.wiles@intel.com, roy.fan.zhang@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, rasesh.mody@cavium.com, harish.patil@cavium.com, shahed.shaikh@cavium.com, amr.mokhtar@intel.com, shijith.thotton@cavium.com, ssrinivasan@cavium.com, liang.j.ma@intel.com, peter.mccarthy@intel.com, jerin.jacob@caviumnetworks.com, maciej.czekaj@caviumnetworks.com, arybchenko@solarflare.com, antosh.shukla@caviumnetworks.com, ashish.gupta@cavium.com, yongwang@vmware.com, bruce.richardson@intel.com, thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id E89395F34 for ; Mon, 10 Sep 2018 22:05:07 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id e1-v6so14203973wrt.3 for ; Mon, 10 Sep 2018 13:05:07 -0700 (PDT) In-Reply-To: <20180910200415.8340-1-bluca@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The library is called librte_pmd_vmxnet3_uio, so rename the map file and set the name in the meson file so that the built library names with meson and legacy makefiles are the same Signed-off-by: Luca Boccassi --- drivers/net/vmxnet3/Makefile | 2 +- ..._pmd_vmxnet3_version.map => rte_pmd_vmxnet3_uio_version.map} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/net/vmxnet3/{rte_pmd_vmxnet3_version.map => rte_pmd_vmxnet3_uio_version.map} (100%) diff --git a/drivers/net/vmxnet3/Makefile b/drivers/net/vmxnet3/Makefile index f1141da674..9848cd224f 100644 --- a/drivers/net/vmxnet3/Makefile +++ b/drivers/net/vmxnet3/Makefile @@ -43,7 +43,7 @@ LDLIBS += -lrte_bus_pci VPATH += $(SRCDIR)/base -EXPORT_MAP := rte_pmd_vmxnet3_version.map +EXPORT_MAP := rte_pmd_vmxnet3_uio_version.map LIBABIVER := 1 diff --git a/drivers/net/vmxnet3/rte_pmd_vmxnet3_version.map b/drivers/net/vmxnet3/rte_pmd_vmxnet3_uio_version.map similarity index 100% rename from drivers/net/vmxnet3/rte_pmd_vmxnet3_version.map rename to drivers/net/vmxnet3/rte_pmd_vmxnet3_uio_version.map -- 2.18.0