diff options
author | Michal Marek <mmarek@suse.cz> | 2010-05-27 10:07:37 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-05-27 10:07:37 -0400 |
commit | 64ffc9ff424c65adcffe7d590018cc75e2d5d42a (patch) | |
tree | 45b9c2df54046d64c5af86d3b88419eb7c481568 /Documentation/kbuild | |
parent | fb994ecc2b1c214951366c2ba5d8b121f0010d1f (diff) |
kbuild: Revert part of e8d400a to resolve a conflict
A more complete patch in the kernel-doc tree also contains this change.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Documentation/kbuild')
-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 01351554df60..71c602d61680 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt | |||
@@ -320,7 +320,7 @@ more details, with real examples. | |||
320 | subdir-ccflags-y, subdir-asflags-y | 320 | subdir-ccflags-y, subdir-asflags-y |
321 | The two flags listed above are similar to ccflags-y and as-falgs-y. | 321 | The two flags listed above are similar to ccflags-y and as-falgs-y. |
322 | The difference is that the subdir- variants has effect for the kbuild | 322 | The difference is that the subdir- variants has effect for the kbuild |
323 | file where they are present and all subdirectories. | 323 | file where tey are present and all subdirectories. |
324 | Options specified using subdir-* are added to the commandline before | 324 | Options specified using subdir-* are added to the commandline before |
325 | the options specified using the non-subdir variants. | 325 | the options specified using the non-subdir variants. |
326 | 326 | ||