diff --git a/recovery/Makefile b/recovery/Makefile index 5d561c45b..e18e66c06 100644 --- a/recovery/Makefile +++ b/recovery/Makefile @@ -17,7 +17,10 @@ all: $(BINS) echo "ERROR: Firmware image too large for your platform! $$FWSIZE > $(FWMAXSIZE)"; \ echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"; \ exit 1; \ - fi + fi; \ + echo "==================================================================="; \ + echo "Firmware size: $$FWSIZE bytes ($$((FWSIZE/1024))kb) = $$((FWSIZE*100/$(FWMAXSIZE)))% of $$(($(FWMAXSIZE)/1024))kb"; \ + echo "===================================================================" bootrom.bin: ../bootrom/obj/bootrom.elf $(info [=] GEN $@)