Hello Julius Werner, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/28101
to look at the new patch set (#4).
Change subject: Makefile: Write .xcompile to $(obj) ......................................................................
Makefile: Write .xcompile to $(obj)
This file was being written to the root src directory. It is the only file being written to src while all others are being written to obj. I decided to leave .xcompile in the cleanup targets so any stale compies will get removed on clean.
This is part of my incremental rebuild work. It saves a few targets from being rebuilt.
BUG=b:112267918 TEST=ran emerge-grunt coreboot
Change-Id: Ia83f234447b977efa824751c9674154b77d606b0 Signed-off-by: Raul E Rangel rrangel@chromium.org --- M Makefile M Makefile.inc M src/soc/nvidia/tegra124/lp0/Makefile M src/soc/nvidia/tegra210/lp0/Makefile M util/abuild/abuild M util/crossgcc/Makefile.inc M util/docker/Makefile 7 files changed, 14 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/28101/4