mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
docs: kbuild: remove description of KBUILD_LDS_MODULE
Commit 596b0474d3
("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>
This commit is contained in:
committed by
Masahiro Yamada
parent
ae41e0e41b
commit
29cbe6ecfd
@@ -1215,10 +1215,6 @@ KBUILD_LDFLAGS_MODULE
|
|||||||
KBUILD_LDS
|
KBUILD_LDS
|
||||||
The linker script with full path. Assigned by the top-level Makefile.
|
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
|
KBUILD_VMLINUX_OBJS
|
||||||
All object files for vmlinux. They are linked to vmlinux in the same
|
All object files for vmlinux. They are linked to vmlinux in the same
|
||||||
order as listed in KBUILD_VMLINUX_OBJS.
|
order as listed in KBUILD_VMLINUX_OBJS.
|
||||||
|
Reference in New Issue
Block a user