Attention is currently required from: Nico Huber, Raul Rangel, Martin Roth. Hello build bot (Jenkins), Nico Huber, Martin Roth, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62922
to look at the new patch set (#2).
Change subject: Makefile.inc: Explicitly delete coreboot.pre ......................................................................
Makefile.inc: Explicitly delete coreboot.pre
coreboot.pre doesn't follow the standard Make conventions. It gets modified by multiple rules, and thus we can't compute the dependencies correctly. This means we need to manually delete it before starting the dependency calculations.
i.e., Building firmware with the seabios payload now works correctly.
Fixes: dd6efce934f ("Makefile: Add .SECONDARY") Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: If5fa3f0b8d314369a044658e452bd75bc7709397 --- M Makefile.inc 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/62922/2