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