X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fget_maintainer.pl;h=368a20e2ccf3aad2ac43eef3847373d36d626f5b;hb=7a39ba01943816e40c8d1bfb0b3c14e17da3bfa6;hp=7717d689bfc5053d8ecd4318deaae7673fc18f46;hpb=6af857c50df4e62ec08e51ad73c96f63f1480386;p=karo-tx-uboot.git diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 7717d689bf..368a20e2cc 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -835,8 +835,7 @@ sub top_of_kernel_tree { if ($lk_path ne "" && substr($lk_path,length($lk_path)-1,1) ne "/") { $lk_path .= "/"; } - if ( (-f "${lk_path}CREDITS") - && (-f "${lk_path}Kbuild") + if ( (-f "${lk_path}Kbuild") && (-f "${lk_path}MAINTAINERS") && (-f "${lk_path}Makefile") && (-f "${lk_path}README")