Skip to content

Commit

Permalink
add uapi to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Feb 27, 2013
1 parent 0c7e16a commit 655c045
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified kernel_stats.ods
Binary file not shown.
1 change: 1 addition & 0 deletions scripts/genstat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ($$$$$)
if (($filename eq "linux") ||
($filename eq "keys") ||
($filename eq "trace") ||
($filename eq "uapi") ||
($filename eq "Kbuild")) {
$core_add += $add;
$core_del += $del;
Expand Down
1 change: 1 addition & 0 deletions scripts/stats.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ($$)
if (($filename eq "linux") ||
($filename eq "keys") ||
($filename eq "trace") ||
($filename eq "uapi") ||
($filename eq "Kbuild")) {
$core_lines += $lines;
$core_files++;
Expand Down

0 comments on commit 655c045

Please sign in to comment.