Re: [PATCH] powerpc: do not build ppc_save_regs.o always
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-05-04 03:22:23
Also in:
lkml
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-05-04 03:22:23
Also in:
lkml
On Thu, 17 Apr 2025 12:53:05 +0200, Jiri Slaby (SUSE) wrote:
The Fixes commit below tried to add CONFIG_PPC_BOOK3S to one of the conditions to enable the build of ppc_save_regs.o. But it failed to do so, in fact. The commit omitted to add a dollar sign. Therefore, ppc_save_regs.o is built always these days (as "(CONFIG_PPC_BOOK3S)" is never an empty string). [...]
Applied to powerpc/next.
[1/1] powerpc: do not build ppc_save_regs.o always
https://git.kernel.org/powerpc/c/497b7794aef03d525a5be05ae78dd7137c6861a5
Thanks