aboutsummaryrefslogtreecommitdiffstats
path: root/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile')
-rw-r--r--demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile b/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
index 4f40dfd8c..22601a777 100644
--- a/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
+++ b/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile
@@ -156,6 +156,7 @@ LD = $(TRGT)gcc
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
OD = $(TRGT)objdump
+SZ = $(TRGT)size
HEX = $(CP) -O ihex
BIN = $(CP) -O binary