aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/common
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-09 14:28:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-09 14:28:29 +0000
commite81e3b3b1b43c7c6058290d73810dd63d7c22b97 (patch)
tree5d005ae26f99f4322a325cfd65617e7345105ffa /testhal/common
parent45c3970db8dcd40b9b8ceddcd48d06db4e2447ea (diff)
downloadChibiOS-e81e3b3b1b43c7c6058290d73810dd63d7c22b97.tar.gz
ChibiOS-e81e3b3b1b43c7c6058290d73810dd63d7c22b97.tar.bz2
ChibiOS-e81e3b3b1b43c7c6058290d73810dd63d7c22b97.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6287 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/common')
-rw-r--r--testhal/common/testbuild/Makefile1
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