aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-11-27 10:13:23 +1000
committerinmarket <andrewh@inmarket.com.au>2015-11-27 10:13:23 +1000
commit739b3b16993d2abee681b6070d5bb36b16b12444 (patch)
tree49ba5fc5134f13a9fa263087476a1317b5c4711c /boards/base/Olimex-SAM7EX256-GE8/example/Makefile
parentfb7e7c6ea7a8bd8501805a24d76e58ee617cdbe3 (diff)
downloaduGFX-739b3b16993d2abee681b6070d5bb36b16b12444.tar.gz
uGFX-739b3b16993d2abee681b6070d5bb36b16b12444.tar.bz2
uGFX-739b3b16993d2abee681b6070d5bb36b16b12444.zip
Update some makefiles and openocd config files
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 652d43dd..60a46752 100644
--- a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
+++ b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile
@@ -16,6 +16,7 @@
GFXLIB = ../uGFX
GFXBOARD = Olimex-SAM7EX256-GE8
GFXDEMO = modules/gdisp/basics
+ GFXSINGLEMAKE = no
# ChibiOS settings
ifeq ($(OPT_OS),chibios)