net/mvpp2: rename version map file to standard
authorTomasz Duszynski <tdu@semihalf.com>
Wed, 11 Apr 2018 11:45:06 +0000 (13:45 +0200)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 17 Apr 2018 14:40:09 +0000 (16:40 +0200)
Rename the version file to follow standard naming convention.

Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/mvpp2/Makefile
drivers/net/mvpp2/rte_pmd_mrvl_version.map [deleted file]
drivers/net/mvpp2/rte_pmd_mvpp2_version.map [new file with mode: 0644]

index db4576f..f07029f 100644 (file)
@@ -20,7 +20,7 @@ LIB = librte_pmd_mvpp2.a
 LIBABIVER := 1
 
 # versioning export map
-EXPORT_MAP := rte_pmd_mrvl_version.map
+EXPORT_MAP := rte_pmd_mvpp2_version.map
 
 # external library dependencies
 CFLAGS += -I$(LIBMUSDK_PATH)/include
diff --git a/drivers/net/mvpp2/rte_pmd_mrvl_version.map b/drivers/net/mvpp2/rte_pmd_mrvl_version.map
deleted file mode 100644 (file)
index a753031..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-DPDK_17.11 {
-       local: *;
-};
diff --git a/drivers/net/mvpp2/rte_pmd_mvpp2_version.map b/drivers/net/mvpp2/rte_pmd_mvpp2_version.map
new file mode 100644 (file)
index 0000000..a753031
--- /dev/null
@@ -0,0 +1,3 @@
+DPDK_17.11 {
+       local: *;
+};