diff --git a/scripts/tags.sh b/scripts/tags.sh index fdbe78bb5e2b6ad8359aeabb26b0fcf98af44957..7e21e9146118c713a8721a769d3984efbfbfb6a4 100755 --- a/scripts/tags.sh +++ b/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()