add 'objs-size' target into tmk_core/avr.mk (#5490)
This commit is contained in:
committed by
skullydazed
parent
3538955778
commit
0f95c0865c
@@ -390,6 +390,9 @@ show_path:
|
||||
@echo SRC=$(SRC)
|
||||
@echo OBJ=$(OBJ)
|
||||
|
||||
objs-size:
|
||||
for i in $(OBJ); do echo $$i; done | sort | xargs $(SIZE)
|
||||
|
||||
ifeq ($(findstring avr-gcc,$(CC)),avr-gcc)
|
||||
SIZE_MARGIN = 1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user