Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 710e682

Browse files
npigginmpe
authored andcommitted
powerpc/boot: add zImage.lds to targets
This prevents spurious rebuilds of the lds and then wrappers. Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3729e0e commit 710e682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/boot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $(obj)/wrapper.a: $(obj-wlib) FORCE
227227

228228
hostprogs := addnote hack-coff mktree
229229

230-
targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a)
230+
targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) zImage.lds
231231
extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
232232
$(obj)/zImage.lds $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds
233233

0 commit comments

Comments
 (0)