]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Documentation: kbuild: Fix section reference
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 7 Jan 2021 11:42:08 +0000 (17:12 +0530)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 Jan 2021 20:14:38 +0000 (05:14 +0900)
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>
Documentation/kbuild/makefiles.rst

index d36768cf12506de3391bd883116da78761ec6983..9f6a1188195136089fda768bf2ab88cc60c5dae4 100644 (file)
@@ -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