]> git.droids-corp.org - dpdk.git/blobdiff - buildtools/check-experimental-syms.sh
buildtools: remove make-specific from symbols check
[dpdk.git] / buildtools / check-experimental-syms.sh
index 47a06fcc6367cec408924430d62907a283309846..145dd70ebf850a1847ff88ff4aecf54658b9afe6 100755 (executable)
@@ -5,7 +5,7 @@
 MAPFILE=$1
 OBJFILE=$2
 
-LIST_SYMBOL=$RTE_SDK/buildtools/map-list-symbol.sh
+LIST_SYMBOL=$(dirname $(readlink -f $0))/map-list-symbol.sh
 
 # added check for "make -C test/" usage
 if [ ! -e $MAPFILE ] || [ ! -f $OBJFILE ]