aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-06-08 12:12:05 +1000
committerinmarket <andrewh@inmarket.com.au>2015-06-08 12:12:05 +1000
commite850c344b818f21a2ec286f9c4a149a9cd4ac34b (patch)
tree76e9cd000b7080a3b09aea4c57e598dd844fa99d /gfx.mk
parentaa7ebf9c26471c054a72c6985d8fb4dae00e3fd3 (diff)
downloaduGFX-e850c344b818f21a2ec286f9c4a149a9cd4ac34b.tar.gz
uGFX-e850c344b818f21a2ec286f9c4a149a9cd4ac34b.tar.bz2
uGFX-e850c344b818f21a2ec286f9c4a149a9cd4ac34b.zip
Add missing arduino make option
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx.mk b/gfx.mk
index a9fdc414..435c24de 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -31,6 +31,9 @@ ifneq ($(GFXDEMO),)
endif
# Include the operating system define
+ifeq ($(OPT_OS),arduino)
+ GFXDEFS += GFX_USE_OS_ARDUINO=TRUE
+endif
ifeq ($(OPT_OS),win32)
GFXDEFS += GFX_USE_OS_WIN32=TRUE
endif