From: Bruce Richardson Date: Thu, 14 Sep 2017 16:02:14 +0000 (+0100) Subject: crypto/armv8: rename map file to standard name X-Git-Tag: spdx-start~1424 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=ebd6f5076bfee680f48a8f3e7db8b17ceb11a4df crypto/armv8: rename map file to standard name Naming convention for crypto drivers is "rte_pmd__version.map" Signed-off-by: Bruce Richardson Acked-by: Fan Zhang --- diff --git a/drivers/crypto/armv8/Makefile b/drivers/crypto/armv8/Makefile index 86611fa2ea..082fbf54be 100644 --- a/drivers/crypto/armv8/Makefile +++ b/drivers/crypto/armv8/Makefile @@ -51,7 +51,7 @@ CFLAGS += $(WERROR_FLAGS) LIBABIVER := 1 # versioning export map -EXPORT_MAP := rte_armv8_pmd_version.map +EXPORT_MAP := rte_pmd_armv8_version.map # external library dependencies CFLAGS += -I$(ARMV8_CRYPTO_LIB_PATH) diff --git a/drivers/crypto/armv8/rte_armv8_pmd_version.map b/drivers/crypto/armv8/rte_armv8_pmd_version.map deleted file mode 100644 index 1f84b68a83..0000000000 --- a/drivers/crypto/armv8/rte_armv8_pmd_version.map +++ /dev/null @@ -1,3 +0,0 @@ -DPDK_17.02 { - local: *; -}; diff --git a/drivers/crypto/armv8/rte_pmd_armv8_version.map b/drivers/crypto/armv8/rte_pmd_armv8_version.map new file mode 100644 index 0000000000..1f84b68a83 --- /dev/null +++ b/drivers/crypto/armv8/rte_pmd_armv8_version.map @@ -0,0 +1,3 @@ +DPDK_17.02 { + local: *; +};