Documentation/Changes: perl is needed to build the kernel
authorJose Luis Perez Diez <[email protected]>
Wed, 17 Jun 2009 23:26:30 +0000 (16:26 -0700)
committerLinus Torvalds <[email protected]>
Thu, 18 Jun 2009 20:03:46 +0000 (13:03 -0700)
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.

[[email protected]: 80-columns, please]
Signed-off-by: Jose Luis Perez Diez <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/Changes

index 664392481c840980090b6e79ec35753d3f6a9272..6d0f1efc5bf60220e97277aa381df6ecec2971bb 100644 (file)
@@ -72,6 +72,13 @@ assembling the 16-bit boot code, removing the need for as86 to compile
 your kernel.  This change does, however, mean that you need a recent
 release of binutils.
 
+Perl
+----
+
+You will need perl 5 and the following modules: Getopt::Long, Getopt::Std,
+File::Basename, and File::Find to build the kernel.
+
+
 System utilities
 ================