summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2021-01-07 17:12:08 +0530
committerMasahiro Yamada <masahiroy@kernel.org>2021-01-11 05:14:38 +0900
commit5625dcfbbcf892e40e8d60abbb5f56701a1d031c (patch)
treed64c23549931a50302deb11e00b90c115b3edb1d
parent9bba03d4473df0b707224d4d2067b62d1e1e2a77 (diff)
downloadlinux-5625dcfbbcf892e40e8d60abbb5f56701a1d031c.tar.bz2
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>
-rw-r--r--Documentation/kbuild/makefiles.rst2
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