diff options
Diffstat (limited to 'testhal/STM32F30x/USB_CDC')
-rw-r--r-- | testhal/STM32F30x/USB_CDC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F30x/USB_CDC/Makefile b/testhal/STM32F30x/USB_CDC/Makefile index e943ce8f4..8021ce8e4 100644 --- a/testhal/STM32F30x/USB_CDC/Makefile +++ b/testhal/STM32F30x/USB_CDC/Makefile @@ -158,6 +158,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
|