mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS
Commit d503ac531a
("kbuild: rename LDFLAGS to KBUILD_LDFLAGS") missed
to update the documentation.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
@@ -910,7 +910,7 @@ When kbuild executes, the following steps are followed (roughly):
|
|||||||
7.1 Set variables to tweak the build to the architecture
|
7.1 Set variables to tweak the build to the architecture
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
|
|
||||||
LDFLAGS
|
KBUILD_LDFLAGS
|
||||||
Generic $(LD) options
|
Generic $(LD) options
|
||||||
|
|
||||||
Flags used for all invocations of the linker.
|
Flags used for all invocations of the linker.
|
||||||
@@ -919,7 +919,7 @@ When kbuild executes, the following steps are followed (roughly):
|
|||||||
Example::
|
Example::
|
||||||
|
|
||||||
#arch/s390/Makefile
|
#arch/s390/Makefile
|
||||||
LDFLAGS := -m elf_s390
|
KBUILD_LDFLAGS := -m elf_s390
|
||||||
|
|
||||||
Note: ldflags-y can be used to further customise
|
Note: ldflags-y can be used to further customise
|
||||||
the flags used. See chapter 3.7.
|
the flags used. See chapter 3.7.
|
||||||
|
Reference in New Issue
Block a user