[PATCH] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact

2025-01-27 Thread Kienan Stewart
g external modules for powerpc, arch/powerpc/lib/crtsavres.o is required for certain configurations. This artifact is missing the prepended $(objtree). External modules may work around this omission for v6.13 by setting MO=$KDIR. Signed-off-by: Kienan Stewart --- arch/powerpc/Makefile | 2 +- 1 fi

Re: [PATCH] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact

2025-01-28 Thread Kienan Stewart
Hi, I missed a few CCs, looping them in now. Apologies for the extra noise. thanks, kienan On 1/27/25 1:47 PM, Kienan Stewart wrote: In the upstream commit 214c0eea43b2ea66bcd6467ea57e47ce8874191b ("kbuild: add $(objtree)/ prefix to some in-kernel build artifacts") artifacts re

[PATCH v2] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact

2025-02-18 Thread Kienan Stewart
as Schier Tested-by: Nicolas Schier Signed-off-by: Kienan Stewart --- Changes in v2: - Added Review-by/Tested-by/Fixes/Acked-By - Removed mention of possible work-around for external modules (while the build will pass, `make modules_install` will fail) - Link to v1: https://lore.kernel.org/r/2025