eal: use a single version map file
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 19 Oct 2017 16:36:29 +0000 (17:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 23 Oct 2017 23:24:22 +0000 (01:24 +0200)
commitce877d8718a45e06bd2580351bff13f6eace63a6
tree459d0d8b82dbf743553cc78b50f00d73ff154a75
parent1ae0a97f1457b027b1a8cbff6a0fe10743d9db28
eal: use a single version map file

Since the functions exported by DPDK EAL on all OS's should be
identical, we should not need separate function version files for each
OS. Therefore move existing version files to the top-level EAL
directory.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
MAINTAINERS
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/bsdapp/eal/rte_eal_version.map [deleted file]
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_eal/linuxapp/eal/rte_eal_version.map [deleted file]
lib/librte_eal/rte_eal_version.map [new file with mode: 0644]