summaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild/makefiles.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-07-09 18:25:51 +0200
committerMauro Carvalho Chehab2019-07-15 16:03:04 +0200
commit168869492e7009b6861b615f1d030c99bc805e83 (patch)
tree33d78d1d408f4fb15da100337f4de472826fff9f /Documentation/kbuild/makefiles.rst
parentdocs: block: fix pdf output (diff)
downloadkernel-qcow2-linux-168869492e7009b6861b615f1d030c99bc805e83.tar.gz
kernel-qcow2-linux-168869492e7009b6861b615f1d030c99bc805e83.tar.xz
kernel-qcow2-linux-168869492e7009b6861b615f1d030c99bc805e83.zip
docs: kbuild: fix build with pdf and fix some minor issues
The tag ".. include" should be replaced by ".. literalinclude" at issues.rst, otherwise it causes TeX to crash due to excessive usage of stack with Sphinx 2.0. While here, solve a few minor issues at the kbuild book output by adding extra blank lines. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/kbuild/makefiles.rst')
-rw-r--r--Documentation/kbuild/makefiles.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 093f2d79ab95..f31158457753 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -384,6 +384,7 @@ more details, with real examples.
-----------------------
Kbuild tracks dependencies on the following:
+
1) All prerequisite files (both `*.c` and `*.h`)
2) `CONFIG_` options used in all prerequisite files
3) Command-line used to compile target