Commit e95be9a5 authored by Daniel Walker's avatar Daniel Walker Committed by Linus Torvalds

[PATCH] docs: small kbuild cleanup

While reading this I noticed that the contents of this document list
section "3.8 Command line dependency" but it doesn't exist in the document.
Signed-off-by: default avatarDaniel Walker <dwalker@mvista.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4e776b1d
Introduction Introduction
------------ ------------
The configuration database is collection of configuration options The configuration database is a collection of configuration options
organized in a tree structure: organized in a tree structure:
+- Code maturity level options +- Code maturity level options
......
...@@ -390,7 +390,7 @@ more details, with real examples. ...@@ -390,7 +390,7 @@ more details, with real examples.
The kernel may be built with several different versions of The kernel may be built with several different versions of
$(CC), each supporting a unique set of features and options. $(CC), each supporting a unique set of features and options.
kbuild provide basic support to check for valid options for $(CC). kbuild provide basic support to check for valid options for $(CC).
$(CC) is useally the gcc compiler, but other alternatives are $(CC) is usually the gcc compiler, but other alternatives are
available. available.
as-option as-option
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment