Attention is currently required from: Nico Huber. Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/58468
to look at the new patch set (#2).
Change subject: Makefile, ich_descriptor_tool/Makefile: unify behavior ......................................................................
Makefile, ich_descriptor_tool/Makefile: unify behavior
make clean: use $(PROGRAMM)$(EXEC_SUFFIX) instead of remove the Unix and Windows binary separately.
ich_descriptor_tool/Makefile: have the same behavior like the main flashrom Makefie - only set gcc explicit on MinGW HOST_OS - don't fallback to gcc if CC was not set - set CFLAGS and EXEC_SUFFIX for TARGET_OS not for the HOST_OS
Don't pass the EXEC_SUFFIX from the main Makefile to ich_descriptor_tool/Makefile.
Change-Id: I353c3de250167994a4aea1edfef57d839e900d78 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.de --- M Makefile M util/ich_descriptors_tool/Makefile 2 files changed, 8 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/68/58468/2