ip_frag: rename map file to standardized name
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 31 Aug 2017 13:42:41 +0000 (14:42 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Aug 2017 21:02:57 +0000 (23:02 +0200)
commit45a5f7988655bd86ae35e89bae322215291f9353
treed39cd02ea39d903aac76da5c3d1dfcb586d30399
parent6e99ff9e46213e4f74aa2e6b2ef9c634dbe6df03
ip_frag: rename map file to standardized name

The filenames of the linker map files for DPDK libraries, all follow a
standard format: rte_<libname>_version.map. The ip_frag version, however,
was missing an underscore in the name, so was non-standard. By changing
this, we no longer need the build system to explicitly be given the name of
the mapfile, as it can determine it from the directory/library name.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ip_frag/Makefile
lib/librte_ip_frag/rte_ip_frag_version.map [new file with mode: 0644]
lib/librte_ip_frag/rte_ipfrag_version.map [deleted file]