aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild/00-INDEX
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-12-29 07:45:52 -0500
committerSam Ravnborg <sam@ravnborg.org>2009-01-02 14:43:25 -0500
commitacc08b516f25b79cfcff310e51d95048bfcf7b0d (patch)
tree6fd9c8e6dfc4193849f078f22dd827180e79c139 /Documentation/kbuild/00-INDEX
parent2af238e455ef5fd31c2f7a06c2db3f13d843b9bf (diff)
kbuild: document environment variables
Add kbuild.txt to Documentation/kbuild More stuff can be added later - at least we have som of the varous environment variables documented now. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/kbuild/00-INDEX')
-rw-r--r--Documentation/kbuild/00-INDEX8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/kbuild/00-INDEX b/Documentation/kbuild/00-INDEX
index 54a118a20f24..e8d2b6d83a3d 100644
--- a/Documentation/kbuild/00-INDEX
+++ b/Documentation/kbuild/00-INDEX
@@ -1,10 +1,12 @@
100-INDEX 100-INDEX
2 - this file: info on the kernel build process 2 - this file: info on the kernel build process
3kbuild.txt
4 - developer information on kbuild
5kconfig.txt
6 - usage help for make *config
3kconfig-language.txt 7kconfig-language.txt
4 - specification of Config Language, the language in Kconfig files 8 - specification of Config Language, the language in Kconfig files
5makefiles.txt 9makefiles.txt
6 - developer information for linux kernel makefiles 10 - developer information for linux kernel makefiles
7kconfig.txt
8 - usage help for make *config
9modules.txt 11modules.txt
10 - how to build modules and to install them 12 - how to build modules and to install them