aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-04-12 13:58:30 +1000
committerinmarket <andrewh@inmarket.com.au>2014-04-12 13:58:30 +1000
commite0e2b2a3d97f327fbeec7883aab2a512c442b1a1 (patch)
treedd6422e3448ce392e247f18d8143051fbf074e55 /boards/base/Olimex-SAM7EX256-GE8/example/Makefile
parentfb8d159749daa8aefa75615d2f8a6cca2fac9ec0 (diff)
downloaduGFX-e0e2b2a3d97f327fbeec7883aab2a512c442b1a1.tar.gz
uGFX-e0e2b2a3d97f327fbeec7883aab2a512c442b1a1.tar.bz2
uGFX-e0e2b2a3d97f327fbeec7883aab2a512c442b1a1.zip
Changes to example makefiles and other files for ChibiOS due to changes in ChibiOS-2.6.x
Diffstat (limited to 'boards/base/Olimex-SAM7EX256-GE8/example/Makefile')
-rw-r--r--boards/base/Olimex-SAM7EX256-GE8/example/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
index b7b4da1c..e9fdde2d 100644
--- a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
+++ b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
@@ -136,6 +136,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