X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=scripts%2Fget_maintainer.pl;h=368a20e2ccf3aad2ac43eef3847373d36d626f5b;hb=912cc40f767807fe87320b939cf4ce14aa01c1c4;hp=7717d689bfc5053d8ecd4318deaae7673fc18f46;hpb=6defdc0b5552ab1af4a66a8abac8196cbb6b9e15;p=u-boot 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")