diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2021-01-07 17:12:08 +0530 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-01-11 05:14:38 +0900 |
commit | 5625dcfbbcf892e40e8d60abbb5f56701a1d031c (patch) | |
tree | d64c23549931a50302deb11e00b90c115b3edb1d /Documentation/kbuild | |
parent | 9bba03d4473df0b707224d4d2067b62d1e1e2a77 (diff) |
Documentation: kbuild: Fix section reference
Section 3.11 was incorrectly called 3.9, fix it.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/makefiles.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst index d36768cf1250..9f6a11881951 100644 --- a/Documentation/kbuild/makefiles.rst +++ b/Documentation/kbuild/makefiles.rst @@ -598,7 +598,7 @@ more details, with real examples. explicitly added to $(targets). Assignments to $(targets) are without $(obj)/ prefix. if_changed may be - used in conjunction with custom rules as defined in "3.9 Custom Rules". + used in conjunction with custom rules as defined in "3.11 Custom Rules". Note: It is a typical mistake to forget the FORCE prerequisite. Another common pitfall is that whitespace is sometimes significant; for |