diff options
Diffstat (limited to 'demos/SPC5/RT-SPC564A-EVB/Makefile')
-rw-r--r-- | demos/SPC5/RT-SPC564A-EVB/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/SPC5/RT-SPC564A-EVB/Makefile b/demos/SPC5/RT-SPC564A-EVB/Makefile index 2f7cb511a..e72a00878 100644 --- a/demos/SPC5/RT-SPC564A-EVB/Makefile +++ b/demos/SPC5/RT-SPC564A-EVB/Makefile @@ -131,6 +131,7 @@ LD = $(TRGT)gcc #LD = $(TRGT)g++
CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
+AR = $(TRGT)ar
OD = $(TRGT)objdump
SZ = $(TRGT)size
HEX = $(CP) -O ihex
|