docs: kbuild: remove description of KBUILD_LDS_MODULE
authorSangmoon Kim <sangmoon.kim@samsung.com>
Wed, 22 Feb 2023 10:47:19 +0000 (19:47 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 26 Feb 2023 06:28:23 +0000 (15:28 +0900)
Commit 596b0474d3d9 ("kbuild: preprocess module linker script")
removes KBUILD_LDS_MODULE, yet the variable is still mentioned in
kbuild documentation. Remove the reference to the now-nonexistent
variable.

Signed-off-by: Sangmoon Kim <sangmoon.kim@samsung.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/makefiles.rst

index 0bd69d9832ccbd3b4f94dfee80aeb3cd56b6c7aa..e67eb261c9b0ae9e647bf61e9375405dc2e025da 100644 (file)
@@ -1215,10 +1215,6 @@ KBUILD_LDFLAGS_MODULE
 KBUILD_LDS
   The linker script with full path. Assigned by the top-level Makefile.
 
-KBUILD_LDS_MODULE
-  The module linker script with full path. Assigned by the top-level
-  Makefile and additionally by the arch Makefile.
-
 KBUILD_VMLINUX_OBJS
   All object files for vmlinux. They are linked to vmlinux in the same
   order as listed in KBUILD_VMLINUX_OBJS.