diff options
author | Sangmoon Kim <sangmoon.kim@samsung.com> | 2023-02-22 13:47:19 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-02-26 09:28:23 +0300 |
commit | 29cbe6ecfd97cb599883c68d3c6dbac11d0618b8 (patch) | |
tree | 4f894a4c4b561d595fbda334c73b217653faab43 /Documentation/kbuild | |
parent | ae41e0e41ba04b4b51641b504fb3b405aef7ec04 (diff) | |
download | linux-29cbe6ecfd97cb599883c68d3c6dbac11d0618b8.tar.xz |
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>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/makefiles.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst index 0bd69d9832cc..e67eb261c9b0 100644 --- a/Documentation/kbuild/makefiles.rst +++ b/Documentation/kbuild/makefiles.rst @@ -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. |