9
0
Fork 0

scripts: Adapt checkpatch.pl for barebox.

Add directories from root of barebox to top_of_kernel_tree()
function for usage of script without additional parameters.

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Marek Belisko 2010-11-26 21:23:58 +01:00 committed by Sascha Hauer
parent 8beaec022e
commit 4a7f56056d
1 changed files with 3 additions and 3 deletions

View File

@ -328,9 +328,9 @@ sub top_of_kernel_tree {
my ($root) = @_;
my @tree_check = (
"COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile",
"README", "Documentation", "arch", "include", "drivers",
"fs", "init", "ipc", "kernel", "lib", "scripts",
"arch", "commands", "common", "COPYING", "CREDITS", "defaultenv",
"Documentation", "Doxyfile", "drivers", "fs", "include", "lib",
"MAKEALL", "Makefile", "net", "README", "scripts", "TODO"
);
foreach my $check (@tree_check) {