mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-13 14:10:23 +00:00
apps/tools:fix build warning.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
parent
04e86fc2d5
commit
53cb2a947d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue