diff --git a/[refs] b/[refs] index ea0494d8ccb7..e50d62dbfbe1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0bb98e231803860e978c302b9faccaf776881137 +refs/heads/master: 953fae66d124486c9e284806429c52c5402f59ac diff --git a/trunk/scripts/tags.sh b/trunk/scripts/tags.sh index fdbe78bb5e2b..7e21e9146118 100755 --- a/trunk/scripts/tags.sh +++ b/trunk/scripts/tags.sh @@ -76,7 +76,10 @@ all_sources() all_kconfigs() { - find_sources $ALLSOURCE_ARCHS 'Kconfig*' + for arch in $ALLSOURCE_ARCHS; do + find_sources $arch 'Kconfig*' + done + find_other_sources 'Kconfig*' } all_defconfigs()