aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-02-19 10:15:19 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-02-27 02:19:30 +0900
commiteccbde4f6c2b6ebc52b3e9103e6f2f73f5a9f79a (patch)
treec200df9ceaf850c5ce480f3276be663a324aafea /Documentation/kbuild
parentkbuild: add comment for V=2 mode (diff)
downloadlinux-dev-eccbde4f6c2b6ebc52b3e9103e6f2f73f5a9f79a.tar.xz
linux-dev-eccbde4f6c2b6ebc52b3e9103e6f2f73f5a9f79a.zip
kbuild: remove wrong documentation about mandatory-y
This sentence does not make sense in the section about mandatory-y. This seems to be a copy-paste mistake of commit fcc8487d477a ("uapi: export all headers under uapi directories"). The correct description would be "The convention is to list one mandatory-y per line ...". I just removed it instead of fixing it. If such information is needed, it could be commented in include/asm-generic/Kbuild and include/uapi/asm-generic/Kbuild. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/makefiles.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 0e0eb2c8da7d..4018ad7c7a11 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -1379,9 +1379,6 @@ See subsequent chapter for the syntax of the Kbuild file.
in arch/$(ARCH)/include/(uapi/)/asm, Kbuild will automatically generate
a wrapper of the asm-generic one.
- The convention is to list one subdir per line and
- preferably in alphabetic order.
-
8 Kbuild Variables
==================