Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47651
to look at the new patch set (#2).
Change subject: libpayload: Move .xcompile into $(obj) ......................................................................
libpayload: Move .xcompile into $(obj)
Keep libpayload's xcompile in its build dir. While we are at it, align things with the top-level version.
Having `.xcompile` in a central place led to race conditions when multiple payloads try to build their own libpayloads in parallel.
Change-Id: I504e1862db79b368289867f7568c9169f27a1549 Signed-off-by: Nico Huber nico.h@gmx.de --- M payloads/libpayload/Makefile M payloads/libpayload/Makefile.inc M payloads/libpayload/sample/Makefile 3 files changed, 17 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/47651/2