diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-29 17:21:53 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-01-02 14:43:25 -0500 |
commit | 2af238e455ef5fd31c2f7a06c2db3f13d843b9bf (patch) | |
tree | 9a1da45a4b81a03f25742a57843228362ca66fc5 /Documentation/kbuild/00-INDEX | |
parent | 80a7d1d991e35b0370c0396f36f6a076869a6bac (diff) |
kbuild: make *config usage docs
Create a kconfig user assistance guide, with a few tips and hints
about using menuconfig, xconfig, and gconfig.
Mostly contains user interface, environment variables, and search topics,
along with mini.config/custom.config usage.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/kbuild/00-INDEX')
-rw-r--r-- | Documentation/kbuild/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kbuild/00-INDEX b/Documentation/kbuild/00-INDEX index 114644285454..54a118a20f24 100644 --- a/Documentation/kbuild/00-INDEX +++ b/Documentation/kbuild/00-INDEX | |||
@@ -4,5 +4,7 @@ kconfig-language.txt | |||
4 | - specification of Config Language, the language in Kconfig files | 4 | - specification of Config Language, the language in Kconfig files |
5 | makefiles.txt | 5 | makefiles.txt |
6 | - developer information for linux kernel makefiles | 6 | - developer information for linux kernel makefiles |
7 | kconfig.txt | ||
8 | - usage help for make *config | ||
7 | modules.txt | 9 | modules.txt |
8 | - how to build modules and to install them | 10 | - how to build modules and to install them |