aboutsummaryrefslogtreecommitdiffstats
path: root/demos/rt/RT-STM32F303-DISCOVERY/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/rt/RT-STM32F303-DISCOVERY/Makefile')
-rw-r--r--demos/rt/RT-STM32F303-DISCOVERY/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/rt/RT-STM32F303-DISCOVERY/Makefile b/demos/rt/RT-STM32F303-DISCOVERY/Makefile
index fe09d4589..42f67b9e2 100644
--- a/demos/rt/RT-STM32F303-DISCOVERY/Makefile
+++ b/demos/rt/RT-STM32F303-DISCOVERY/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