diff --git a/tools/mkkconfig.sh b/tools/mkkconfig.sh index c4b90baf67..1577de531f 100755 --- a/tools/mkkconfig.sh +++ b/tools/mkkconfig.sh @@ -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}