From: Viresh Kumar Date: Thu, 7 Jan 2021 11:42:08 +0000 (+0530) Subject: Documentation: kbuild: Fix section reference X-Git-Tag: howlett/maple/20220722_2~4019^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5625dcfbbcf892e40e8d60abbb5f56701a1d031c;p=users%2Fjedix%2Flinux-maple.git Documentation: kbuild: Fix section reference Section 3.11 was incorrectly called 3.9, fix it. Signed-off-by: Viresh Kumar Signed-off-by: Masahiro Yamada --- 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