Message ID | 200902112124.n1BLO9qK027146@imap1.linux-foundation.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff -puN scripts/tags.sh~tags-fix-config-symbols-generation scripts/tags.sh --- a/scripts/tags.sh~tags-fix-config-symbols-generation +++ a/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()