Re: [PATCH] powerpc/boot: add zImage.lds to targets

2021-06-24 Thread Michael Ellerman
On Fri, 11 Jun 2021 21:11:04 +1000, Nicholas Piggin wrote: > This prevents spurious rebuilds of the lds and then wrappers. Applied to powerpc/next. [1/1] powerpc/boot: add zImage.lds to targets https://git.kernel.org/powerpc/c/710e682286784b50b882fc4befdf83c587059211 cheers

[PATCH] powerpc/boot: add zImage.lds to targets

2021-06-11 Thread Nicholas Piggin
This prevents spurious rebuilds of the lds and then wrappers. Signed-off-by: Nicholas Piggin --- arch/powerpc/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index be84a72f8258..405acd2df160 100644 --- a/ar