From: Nicolas Schier <nicolas.schier@linux.dev>
To: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
Nathan Chancellor <nathan@kernel.org>,
Nicolas Schier <nicolas.schier@linux.dev>
Subject: Re: [PATCH] kbuild: move kbuild syntax processing to scripts/Makefile.build
Date: Mon, 19 May 2025 21:35:20 +0200 [thread overview]
Message-ID: <20250519-impartial-puzzling-limpet-73dff9@bergen> (raw)
In-Reply-To: <20250514054635.93577-1-masahiroy@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 788 bytes --]
On Wed, May 14, 2025 at 02:46:33PM +0900, Masahiro Yamada wrote:
> scripts/Makefile.lib is included by the following Makefiles:
>
> scripts/Makefile.build
> scripts/Makefile.modfinal
> scripts/Makefile.package
> scripts/Makefile.vmlinux
> scripts/Makefile.vmlinux_o
>
> However, the last four do not need to process Kbuild syntax such as
> obj-*, lib-*, subdir-*, etc.
>
> Move the relevant code to scripts/Makefile.build.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
> scripts/Makefile.build | 84 ++++++++++++++++++++++++++++++++++++++++++
> scripts/Makefile.lib | 84 ------------------------------------------
> 2 files changed, 84 insertions(+), 84 deletions(-)
>
Reviewed-by: Nicolas Schier <nicolas.schier@linux.dev>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2025-05-19 19:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 5:46 [PATCH] kbuild: move kbuild syntax processing to scripts/Makefile.build Masahiro Yamada
2025-05-19 19:35 ` Nicolas Schier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250519-impartial-puzzling-limpet-73dff9@bergen \
--to=nicolas.schier@linux.dev \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=nathan@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox