diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2010-08-05 14:23:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 16:21:24 -0400 |
commit | c95940f264e59ff8d21d76ace47bac1018912800 (patch) | |
tree | 74e1529fe9424f9d8cd8908eece4182f0f021e06 /Documentation/kbuild/kbuild.txt | |
parent | eb07e1b4ac544abaf4ec8ad25cdbe39485de6842 (diff) |
Documentation: fix kbuild typos and wording
Fixed some typos and wording.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kbuild/kbuild.txt')
-rw-r--r-- | Documentation/kbuild/kbuild.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kbuild/kbuild.txt b/Documentation/kbuild/kbuild.txt index 634c625da8ce..0d8addbb0fae 100644 --- a/Documentation/kbuild/kbuild.txt +++ b/Documentation/kbuild/kbuild.txt | |||
@@ -40,15 +40,15 @@ Set the directory to look for the kernel source when building external | |||
40 | modules. | 40 | modules. |
41 | The directory can be specified in several ways: | 41 | The directory can be specified in several ways: |
42 | 1) Use "M=..." on the command line | 42 | 1) Use "M=..." on the command line |
43 | 2) Environmnet variable KBUILD_EXTMOD | 43 | 2) Environment variable KBUILD_EXTMOD |
44 | 3) Environmnet variable SUBDIRS | 44 | 3) Environment variable SUBDIRS |
45 | The possibilities are listed in the order they take precedence. | 45 | The possibilities are listed in the order they take precedence. |
46 | Using "M=..." will always override the others. | 46 | Using "M=..." will always override the others. |
47 | 47 | ||
48 | KBUILD_OUTPUT | 48 | KBUILD_OUTPUT |
49 | -------------------------------------------------- | 49 | -------------------------------------------------- |
50 | Specify the output directory when building the kernel. | 50 | Specify the output directory when building the kernel. |
51 | The output directory can also be specificed using "O=...". | 51 | The output directory can also be specified using "O=...". |
52 | Setting "O=..." takes precedence over KBUILD_OUTPUT. | 52 | Setting "O=..." takes precedence over KBUILD_OUTPUT. |
53 | 53 | ||
54 | ARCH | 54 | ARCH |
@@ -90,7 +90,7 @@ The script will be called with the following arguments: | |||
90 | $3 - kernel map file | 90 | $3 - kernel map file |
91 | $4 - default install path (use root directory if blank) | 91 | $4 - default install path (use root directory if blank) |
92 | 92 | ||
93 | The implmentation of "make install" is architecture specific | 93 | The implementation of "make install" is architecture specific |
94 | and it may differ from the above. | 94 | and it may differ from the above. |
95 | 95 | ||
96 | INSTALLKERNEL is provided to enable the possibility to | 96 | INSTALLKERNEL is provided to enable the possibility to |