Attention is currently required from: Arthur Heymans. Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36460 )
Change subject: payloads/external/Makefile.inc: Clean up targets ......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS2: Some of the minor changes look reasonable. The bigger issue (SeaBIOS rebuilding) seems to be fixed already differently upstream, though. Also, removing the intermediate, phony targets would prevent us from calling the sub-makes so these couldn't make their own decisions anymore. Not sure if that's wanted.
File payloads/external/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/36460/comment/d7e449ce_e4911555 PS2, Line 89: $(SEABIOS_OUT)/vgabios.bin $(SEABIOS_OUT)/bios.bin.elf These two sharing the recipe means the recipe will run twice if building both is requested.