Nico Huber has posted comments on this change. ( https://review.coreboot.org/21838 )
Change subject: Fix standalone ich_descriptor_tool compilation with MinGW and DJGPP ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/21838/1/util/ich_descriptors_tool/Makefile File util/ich_descriptors_tool/Makefile:
https://review.coreboot.org/#/c/21838/1/util/ich_descriptors_tool/Makefile@2... PS1, Line 25: override TARGET_OS := $(shell $(CC) $(CPPFLAGS) -E $(SHAREDSRCDIR)/os.h | grep -v '^#' | grep '"' | cut -f 2 -d'"') this line is a little long, though