]> Git Repo - linux.git/blobdiff - scripts/tags.sh
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux.git] / scripts / tags.sh
index df5fa777d300400a5d050a951af776b848622b35..d661f2f3ef614c41e22f2346ee9b41b238266715 100755 (executable)
@@ -128,6 +128,8 @@ all_target_sources()
 
 all_kconfigs()
 {
+       find ${tree}arch/ -maxdepth 1 $ignore \
+              -name "Kconfig*" -not -type l -print;
        for arch in $ALLSOURCE_ARCHS; do
                find_sources $arch 'Kconfig*'
        done
This page took 0.029852 seconds and 4 git commands to generate.