Skip to content

Commit

Permalink
apps/tools:fix build warning.
Browse files Browse the repository at this point in the history
Signed-off-by: cuiziwei <[email protected]>
  • Loading branch information
cuiziweizw authored and xiaoxiang781216 committed Aug 9, 2023
1 parent 04e86fc commit 53cb2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mkkconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 53cb2a9

Please sign in to comment.