Fix size so it uses the elf file rather than the hex. Also added the mcu so it shows device memory usage.

This commit is contained in:
Jared Szechy 2012-07-01 01:56:43 -04:00
parent 409823d061
commit 3a37aa5831

View file

@ -679,8 +679,8 @@ clean:
depends: $(DEPS) depends: $(DEPS)
cat $(DEPS) > $(DEP_FILE) cat $(DEPS) > $(DEP_FILE)
size: $(OBJDIR) $(TARGET_HEX) size: $(OBJDIR) $(TARGET_ELF)
$(SIZE) $(TARGET_HEX) $(SIZE) -C --mcu=$(MCU) $(TARGET_ELF)
show_boards: show_boards:
$(PARSE_BOARD_CMD) --boards $(PARSE_BOARD_CMD) --boards