diff options
Diffstat (limited to 'testhal/common/testbuild')
-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 6fdc00e31..c6b46622b 100644 --- a/testhal/common/testbuild/Makefile +++ b/testhal/common/testbuild/Makefile @@ -144,6 +144,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
|