Merge tag 'lsk-v3.10-15.09-android'

LSK Android 15.09 v3.10
This commit is contained in:
Huang, Tao
2015-09-28 19:16:34 +08:00
294 changed files with 2517 additions and 1330 deletions

View File

@@ -137,7 +137,7 @@ my $ksource = ($ARGV[0] ? $ARGV[0] : '.');
my $kconfig = $ARGV[1];
my $lsmod_file = $ENV{'LSMOD'};
my @makefiles = `find $ksource -name Makefile 2>/dev/null`;
my @makefiles = `find $ksource -name Makefile -or -name Kbuild 2>/dev/null`;
chomp @makefiles;
my %depends;