[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNASMb+nwqV6PBs2UB5YnsjQPNJDeh_BwPypPb5auv4uiPQ@mail.gmail.com>
Date: Sat, 25 Feb 2023 17:41:19 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Sangmoon Kim <sangmoon.kim@...sung.com>
Cc: bagasdotme@...il.com, corbet@....net, linux-doc@...r.kernel.org,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
nathan@...nel.org, ndesaulniers@...gle.com, nicolas@...sle.eu
Subject: Re: [PATCH v2] docs: kbuild: remove description of KBUILD_LDS_MODULE
On Wed, Feb 22, 2023 at 7:49 PM Sangmoon Kim <sangmoon.kim@...sung.com> wrote:
>
> 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@...sung.com>
> ---
> Thank you for your review.
>
> Changes in v2:
> - Update the commit message.
>
> Documentation/kbuild/makefiles.rst | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
> index 38bc74eaa547..468e7830c1c3 100644
> --- a/Documentation/kbuild/makefiles.rst
> +++ b/Documentation/kbuild/makefiles.rst
> @@ -1250,11 +1250,6 @@ When kbuild executes, the following steps are followed (roughly):
>
> 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
> --
> 2.17.1
>
Applied to linux-kbuild.
Thanks.
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists