Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: kbuild: remove description of KBUILD_LDS_MODULE

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>

authored by

Sangmoon Kim and committed by
Masahiro Yamada
29cbe6ec ae41e0e4

-4
-4
Documentation/kbuild/makefiles.rst
··· 1215 1215 KBUILD_LDS 1216 1216 The linker script with full path. Assigned by the top-level Makefile. 1217 1217 1218 - KBUILD_LDS_MODULE 1219 - The module linker script with full path. Assigned by the top-level 1220 - Makefile and additionally by the arch Makefile. 1221 - 1222 1218 KBUILD_VMLINUX_OBJS 1223 1219 All object files for vmlinux. They are linked to vmlinux in the same 1224 1220 order as listed in KBUILD_VMLINUX_OBJS.