apps/tools:fix build warning.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei 2023-08-09 10:10:28 +08:00 committed by Xiang Xiao
parent 04e86fc2d5
commit 53cb2a947d

View File

@ -56,7 +56,7 @@ fi
echo mkkconfig in $PWD
KCONFIG_LIST=`ls -1 $PWD/*/Kconfig`
KCONFIG_LIST=`ls -1 $PWD/*/Kconfig 2>/dev/null`
echo "#" > ${KCONFIG}
echo "# For a description of the syntax of this configuration file," >> ${KCONFIG}