diff options
author | Kirill Smelkov <kirr@mns.spb.ru> | 2010-02-17 11:45:33 +0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-02-17 14:19:20 +0100 |
commit | e8d400a933fa44e2fba3849b084e1ae5814d7fca (patch) | |
tree | c64a4a7e119b8433a6b7ab1ab5b7964b49621788 /Documentation/kbuild/makefiles.txt | |
parent | f81b1be40c44b33b9706d64c117edd29e627ad12 (diff) |
kbuild: fix a couple of typos in Documentation
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation/kbuild/makefiles.txt')
-rw-r--r-- | Documentation/kbuild/makefiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index 71c602d61680..01351554df60 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -320,7 +320,7 @@ more details, with real examples. subdir-ccflags-y, subdir-asflags-y The two flags listed above are similar to ccflags-y and as-falgs-y. The difference is that the subdir- variants has effect for the kbuild - file where tey are present and all subdirectories. + file where they are present and all subdirectories. Options specified using subdir-* are added to the commandline before the options specified using the non-subdir variants. |