showSamples.sh: fix uClibc-ng detection

Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
This commit is contained in:
Sergey Korolev 2017-11-12 10:35:48 +03:00
parent 09151040fb
commit 63ca8c75fc

View File

@ -40,7 +40,7 @@ dump_single_sample() {
fi
;;
UCLIBC)
if [ "${UCLIBC_NG_USE_UCLIBC_NG_ORG}" = y ]; then
if [ "${CT_UCLIBC_USE_UCLIBC_NG_ORG}" = y ]; then
ksym="${ksym}_NG"
fi
;;