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/+/68800
to look at the new patch set (#2).
Change subject: Makefile: Get rid of invalid paths ......................................................................
Makefile: Get rid of invalid paths
When wildcards are used in toplevel Makefile.inc it ends up appending all items including regular files into subdirs-y which then are treated as directories in "evaluate_subdirs" with "Makefile.inc" appended to them. Check for a valid path (existing Makefiles.inc) before attempting to process it.
Change-Id: I368b5b9a7ece3c675674fcb24303276a87c15668 Signed-off-by: Nikolai Vyssotski nikolai.vyssotski@amd.corp-partner.google.com --- M Makefile 1 file changed, 28 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/68800/2