Skip to content

Commit eccbde4

Browse files
committed
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 fcc8487 ("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 <[email protected]>
1 parent 505b12b commit eccbde4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/kbuild/makefiles.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,9 +1379,6 @@ See subsequent chapter for the syntax of the Kbuild file.
13791379
in arch/$(ARCH)/include/(uapi/)/asm, Kbuild will automatically generate
13801380
a wrapper of the asm-generic one.
13811381

1382-
The convention is to list one subdir per line and
1383-
preferably in alphabetic order.
1384-
13851382
8 Kbuild Variables
13861383
==================
13871384

0 commit comments

Comments
 (0)