Commit 29cbe6ec authored by Sangmoon Kim's avatar Sangmoon Kim Committed by Masahiro Yamada
Browse files

docs: kbuild: remove description of KBUILD_LDS_MODULE



Commit 596b0474 ("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: default avatarSangmoon Kim <sangmoon.kim@samsung.com>
Reviewed-by: default avatarNathan Chancellor <nathan@kernel.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ae41e0e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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.