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