Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34240 )
Change subject: Makefile: Pass .xcompile into genbuild_h ......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34240/3//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/34240/3//COMMIT_MSG@9 PS3, Line 9: I'm moving the .xcompile file into the $(obj) directory Unrelated to this particular change, but please make sure that all of the payload makefiles know about this change as well please. I think several of those look for the .xcompile file in the root coreboot directory and might regenerate it there if it's not present.
https://review.coreboot.org/c/coreboot/+/34240/3/util/genbuild_h/genbuild_h.... File util/genbuild_h/genbuild_h.sh:
https://review.coreboot.org/c/coreboot/+/34240/3/util/genbuild_h/genbuild_h.... PS3, Line 27: if [ -z "$XCOMPILE" ]; then add a --help option?
if [ -z "$XCOMPILE" ] || [ "$1" = "--help" ]]; then