[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNARLti=Cp1WRAzMufXpXLvM=X1WHLN1RT=-ZAc1q06pPcw@mail.gmail.com>
Date: Mon, 26 Jun 2023 03:24:33 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Josh Triplett <josh@...htriplett.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Nicolas Schier <nicolas@...sle.eu>,
Ben Hutchings <ben@...adent.org.uk>,
linux-snps-arc@...ts.infradead.org
Subject: Re: [PATCH] kbuild: builddeb: always make modules_install, to install modules.builtin*
On Fri, Jun 23, 2023 at 4:20 AM Josh Triplett <josh@...htriplett.org> wrote:
>
> Even for a non-modular kernel, the kernel builds modules.builtin and
> modules.builtin.modinfo, with information about the built-in modules.
> Tools such as initramfs-tools need these files to build a working
> initramfs on some systems, such as those requiring firmware.
>
> Now that `make modules_install` works even in non-modular kernels and
> installs these files, unconditionally invoke it when building a Debian
> package.
>
> Signed-off-by: Josh Triplett <josh@...htriplett.org>
> ---
Applied to linux-kbuild. Thanks.
What I meant in my previous reply was
to remove "if is_enabled CONFIG_MODULES; then"
Anyway, I did it by myself in a follow-up patch.
https://lore.kernel.org/linux-kbuild/20230625181623.2473308-1-masahiroy@kernel.org/T/#u
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists