]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/tags.sh
kbuild: fix tags generation of config symbols
[net-next-2.6.git] / scripts / tags.sh
index fdbe78bb5e2b6ad8359aeabb26b0fcf98af44957..7e21e9146118c713a8721a769d3984efbfbfb6a4 100755 (executable)
@@ -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()