On Mon, Aug 18, 2025 at 06:54:56PM +0200, Alexey Gladkov wrote: > From: Masahiro Yamada <[email protected]> > > 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 <[email protected]> > --- > scripts/Makefile.vmlinux | 45 ++++++++++++++++++++-------------------- > 1 file changed, 22 insertions(+), 23 deletions(-)
Reviewed-by: Nicolas Schier <[email protected]>

