summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-23 10:49:19 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-04-23 10:53:19 +0900
commitff4634eeed82544d32e09882899dba1bca9ce52a (patch)
tree934514d6fc7ecaa417ac1a9cf5e60332d9e117ee /Documentation
parent63ec90f18204f2fe072df108de8a021b28b1b173 (diff)
Documentation: kbuild: fix the section title format
Make it consistent with the other sections. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/makefiles.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 04d5c01a2e99..b80257a03830 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -1241,7 +1241,8 @@ When kbuild executes, the following steps are followed (roughly):
will be displayed with "make KBUILD_VERBOSE=0".
---- 6.9 Preprocessing linker scripts
+6.9 Preprocessing linker scripts
+--------------------------------
When the vmlinux image is built, the linker script
arch/$(ARCH)/kernel/vmlinux.lds is used.