aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild/00-INDEX
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-01-02 15:56:54 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-02 15:56:54 -0800
commit56635f7e6197404d7363f8dcaa7a97abf57276fb (patch)
tree510b8df93c8a595fa42c1bb65b103632c1076c58 /Documentation/kbuild/00-INDEX
parenta8e782348d9f0dc64f6adb81f5f6959921949f13 (diff)
parentb67ff8ce122f3353bd741db48ce1756c12fb5f2d (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next: kbuild: ignore a few files in headers_check kbuild: add checks for include of linux/types in userspace headers kbuild: drop debugging leftover in tags.sh kbuild: document environment variables kbuild: make *config usage docs kbuild: disable sparse warning "returning void-valued expression" kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__ kbuild: check for leaked CONFIG_ symbols to userspace headers_check.pl: disallow extern's kconfig: improve error messages for bad source statements kconfig: struct property commented kconfig: add comments to symbol flags kconfig: explain symbol value defaults m68k: fix recursive dependency in Kconfig
Diffstat (limited to 'Documentation/kbuild/00-INDEX')
-rw-r--r--Documentation/kbuild/00-INDEX6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/kbuild/00-INDEX b/Documentation/kbuild/00-INDEX
index 11464428545..e8d2b6d83a3 100644
--- a/Documentation/kbuild/00-INDEX
+++ b/Documentation/kbuild/00-INDEX
@@ -1,5 +1,9 @@
00-INDEX
- - this file: info on the kernel build process
+ - this file: info on the kernel build process
+kbuild.txt
+ - developer information on kbuild
+kconfig.txt
+ - usage help for make *config
kconfig-language.txt
- specification of Config Language, the language in Kconfig files
makefiles.txt