Attention is currently required from: Martin L Roth, Matt DeVillier, Nikolai Vyssotski, Felix Held.
Hello build bot (Jenkins), Martin L Roth, Matt DeVillier, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68799
to look at the new patch set (#2).
Change subject: Makefile.inc: site-local path must go first ......................................................................
Makefile.inc: site-local path must go first
"site-local" Makfile(s) may need to override some of the macros/paths used elsewhere in src/* makefiles. If we include it last src/* Makefile.inc will have already been processed. MAINBOARD_BLOBS_DIR is an example where the path needs to be overwritten in site-local requiring it to be included first before src/mainboard/* Makefile.inc is processed.
Change-Id: I8ea865cd73aba5092a628b0422e5c4121b32fb4d Signed-off-by: Nikolai Vyssotski nikolai.vyssotski@amd.corp-partner.google.com --- M Makefile.inc 1 file changed, 20 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/68799/2