net/sfc: rename version map file
authorIvan Malov <ivan.malov@oktetlabs.ru>
Sat, 3 Feb 2018 13:46:33 +0000 (13:46 +0000)
committerBruce Richardson <bruce.richardson@intel.com>
Mon, 5 Feb 2018 12:14:36 +0000 (13:14 +0100)
The version map filename does not comply with the format
used by meson build rules for drivers (i.e. on the upper
level) and needs to be revisited. This patch removes efx
postfix from the driver title in the filename.

Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/sfc/Makefile
drivers/net/sfc/rte_pmd_sfc_efx_version.map [deleted file]
drivers/net/sfc/rte_pmd_sfc_version.map [new file with mode: 0644]

index cc4e4e5..8a671dd 100644 (file)
@@ -60,7 +60,7 @@ BASE_DRIVER_OBJS=$(sort $(patsubst %.c,%.o,$(notdir $(wildcard $(SRCDIR)/base/*.
 $(foreach obj, $(BASE_DRIVER_OBJS), \
   $(eval CFLAGS_$(obj)+=$(CFLAGS_BASE_DRIVER)))
 
-EXPORT_MAP := rte_pmd_sfc_efx_version.map
+EXPORT_MAP := rte_pmd_sfc_version.map
 
 LIBABIVER := 1
 
diff --git a/drivers/net/sfc/rte_pmd_sfc_efx_version.map b/drivers/net/sfc/rte_pmd_sfc_efx_version.map
deleted file mode 100644 (file)
index 31eca32..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DPDK_17.02 {
-
-       local: *;
-};
diff --git a/drivers/net/sfc/rte_pmd_sfc_version.map b/drivers/net/sfc/rte_pmd_sfc_version.map
new file mode 100644 (file)
index 0000000..31eca32
--- /dev/null
@@ -0,0 +1,4 @@
+DPDK_17.02 {
+
+       local: *;
+};