tools/refresh.sh: Should continue to refresh other configs when matching debug configs
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
36507cc7b2
commit
d014867766
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ for CONFIG in ${CONFIGS}; do
|
|||
# skip refresh if defconfig contains `#include`
|
||||
if grep -q "#include" $DEFCONFIG; then
|
||||
echo "Note: skipping refresh for debug defconfig."
|
||||
exit 0
|
||||
continue
|
||||
fi
|
||||
|
||||
# Copy the .config and Make.defs to the toplevel directory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue