Skip to content

Commit

Permalink
Makefile: Use arm-none-eabi-size instead of size.
Browse files Browse the repository at this point in the history
Fixes issue #656.
  • Loading branch information
dpgeorge committed Sep 6, 2021
1 parent dc92faf commit 4cd8ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FORCE:

$(HEX_FINAL): yotta $(VER_ADDR_FILE)
tools/adduicr.py $(HEX_SRC) 0x$$(cat $(VER_ADDR_FILE)) -o $(HEX_FINAL)
@size $(HEX_SRC:.hex=)
@arm-none-eabi-size $(HEX_SRC:.hex=)

yotta: $(MBIT_VER_FILE)
@yotta build
Expand Down

0 comments on commit 4cd8ad1

Please sign in to comment.