aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/RTC')
-rw-r--r--testhal/STM32F4xx/RTC/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/RTC/Makefile b/testhal/STM32F4xx/RTC/Makefile
index 169be5d4e..07080c146 100644
--- a/testhal/STM32F4xx/RTC/Makefile
+++ b/testhal/STM32F4xx/RTC/Makefile
@@ -161,6 +161,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