aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-12 13:52:48 -0400
committerJonathan Corbet <corbet@lwn.net>2019-06-14 16:21:21 -0400
commitcd238effefa28fac177e51dcf5e9d1a8b59c3c6b (patch)
tree5ed53f0cc162bd13c0a89791281d40c671a9ebcc /scripts/Kbuild.include
parentd7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a (diff)
docs: kbuild: convert docs to ReST and rename to *.rst
The kbuild documentation clearly shows that the documents there are written at different times: some use markdown, some use their own peculiar logic to split sections. Convert everything to ReST without affecting too much the author's style and avoiding adding uneeded markups. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'scripts/Kbuild.include')
-rw-r--r--scripts/Kbuild.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index f641bb0aa63f..ee58cde8ee3b 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -68,7 +68,7 @@ endef
68 68
69###### 69######
70# gcc support functions 70# gcc support functions
71# See documentation in Documentation/kbuild/makefiles.txt 71# See documentation in Documentation/kbuild/makefiles.rst
72 72
73# cc-cross-prefix 73# cc-cross-prefix
74# Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 74# Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
@@ -210,7 +210,7 @@ objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o)))
210# if_changed_dep - as if_changed, but uses fixdep to reveal dependencies 210# if_changed_dep - as if_changed, but uses fixdep to reveal dependencies
211# including used config symbols 211# including used config symbols
212# if_changed_rule - as if_changed but execute rule instead 212# if_changed_rule - as if_changed but execute rule instead
213# See Documentation/kbuild/makefiles.txt for more info 213# See Documentation/kbuild/makefiles.rst for more info
214 214
215ifneq ($(KBUILD_NOCMDDEP),1) 215ifneq ($(KBUILD_NOCMDDEP),1)
216# Check if both arguments are the same including their order. Result is empty 216# Check if both arguments are the same including their order. Result is empty