diff options
Diffstat (limited to 'testhal/STM32/STM32F1xx/USB_CDC_F107/Makefile')
-rw-r--r-- | testhal/STM32/STM32F1xx/USB_CDC_F107/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/USB_CDC_F107/Makefile b/testhal/STM32/STM32F1xx/USB_CDC_F107/Makefile index 0731de084..b660588d3 100644 --- a/testhal/STM32/STM32F1xx/USB_CDC_F107/Makefile +++ b/testhal/STM32/STM32F1xx/USB_CDC_F107/Makefile @@ -133,6 +133,7 @@ LD = $(TRGT)gcc #LD = $(TRGT)g++
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
+AR = $(TRGT)ar
OD = $(TRGT)objdump
HEX = $(CP) -O ihex
BIN = $(CP) -O binary
|