diff options
Diffstat (limited to 'testhal/STM32F4xx/DMA_STORM')
-rw-r--r-- | testhal/STM32F4xx/DMA_STORM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/DMA_STORM/Makefile b/testhal/STM32F4xx/DMA_STORM/Makefile index a490a9cb2..9c557ab43 100644 --- a/testhal/STM32F4xx/DMA_STORM/Makefile +++ b/testhal/STM32F4xx/DMA_STORM/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
|