Commit 082196242e24ff13354a2d376b275e01c08e6799

Authored by Jose Luis Perez Diez
Committed by Linus Torvalds
1 parent 1d965fe0eb

Documentation/Changes: perl is needed to build the kernel

Perl is used on the kernel Makefile to generate documentation, firmwares
in c source form, sources, graphs, and some headers and this fact is
undocumented.

[akpm@linux-foundation.org: 80-columns, please]
Signed-off-by: Jose Luis Perez Diez <jluis@escomposlinux.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

Documentation/Changes
... ... @@ -72,6 +72,13 @@
72 72 your kernel. This change does, however, mean that you need a recent
73 73 release of binutils.
74 74  
  75 +Perl
  76 +----
  77 +
  78 +You will need perl 5 and the following modules: Getopt::Long, Getopt::Std,
  79 +File::Basename, and File::Find to build the kernel.
  80 +
  81 +
75 82 System utilities
76 83 ================
77 84