diff options
Diffstat (limited to 'testhal/common')
-rw-r--r-- | testhal/common/testbuild/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/common/testbuild/Makefile b/testhal/common/testbuild/Makefile index ce5346949..3a914a4a0 100644 --- a/testhal/common/testbuild/Makefile +++ b/testhal/common/testbuild/Makefile @@ -143,6 +143,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
|