Skip to content

Commit 5625dcf

Browse files
vireshkmasahir0y
authored andcommitted
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>
1 parent 9bba03d commit 5625dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/makefiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ more details, with real examples.
598598
explicitly added to $(targets).
599599

600600
Assignments to $(targets) are without $(obj)/ prefix. if_changed may be
601-
used in conjunction with custom rules as defined in "3.9 Custom Rules".
601+
used in conjunction with custom rules as defined in "3.11 Custom Rules".
602602

603603
Note: It is a typical mistake to forget the FORCE prerequisite.
604604
Another common pitfall is that whitespace is sometimes significant; for

0 commit comments

Comments
 (0)