On Mon, Aug 18, 2025 at 06:54:56PM +0200, Alexey Gladkov wrote: > From: Masahiro Yamada <masahi...@kernel.org> > > Generate the intermediate vmlinux.unstripped regardless of > CONFIG_ARCH_VMLINUX_NEEDS_RELOCS. > > If CONFIG_ARCH_VMLINUX_NEEDS_RELOCS is unset, vmlinux.unstripped and > vmlinux are identiacal. > > This simplifies the build rule, and allows to strip more sections > by adding them to remove-section-y. > > Signed-off-by: Masahiro Yamada <masahi...@kernel.org> > --- > scripts/Makefile.vmlinux | 45 ++++++++++++++++++++-------------------- > 1 file changed, 22 insertions(+), 23 deletions(-)
Reviewed-by: Nicolas Schier <n...@kernel.org>