buildtools: remove make-specific from symbols check
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 8 Oct 2019 14:36:26 +0000 (15:36 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 9 Nov 2019 20:09:04 +0000 (21:09 +0100)
commit7b3a6d7e35369ee31651279af23986366c5a07a2
tree2b0451f933b993c6029883d8d11da6d5d3d794ca
parent6bbc5a9236250b708c6d1931e966c74da381b4f2
buildtools: remove make-specific from symbols check

The check-experimental-syms.sh script was finding the map-list-symbol.sh
script using $RTE_SDK, which is the variable set when using the "make"
build system. To make this script more independent, we just use the current
path of the script as the location to find its companion script.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
buildtools/check-experimental-syms.sh