py/mkrules.mk: Show frozen modules sizes together with executable size.

This works for Unix and similar ports so far.
This commit is contained in:
Paul Sokolovsky 2017-08-06 15:42:37 +03:00
parent ca582675e1
commit 4dc7c5649b
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ $(PROG): $(OBJ)
ifndef DEBUG
$(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
endif
$(Q)$(SIZE) $(PROG)
$(Q)$(SIZE) $$(find $(BUILD)/build -name "frozen*.o") $(PROG)
clean: clean-prog
clean-prog: