Skip to content

Commit 95c5b19

Browse files
committed
Merge pull request #7 from fredizzimo/sysvsize
Sysv format for ChibiOS arm-none-eabi-size
2 parents d4b8e68 + 27128a8 commit 95c5b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/chibios/chibios.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ CP = $(TRGT)objcopy
175175
AS = $(TRGT)gcc -x assembler-with-cpp
176176
AR = $(TRGT)ar
177177
OD = $(TRGT)objdump
178-
SZ = $(TRGT)size
178+
SZ = $(TRGT)size -A
179179
HEX = $(CP) -O ihex
180180
BIN = $(CP) -O binary
181181

0 commit comments

Comments
 (0)