aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/library_ugfx.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-02 19:52:28 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-02 19:52:47 +1000
commite6882aa5f4382e25535e0e78ac5f5d18e581eb1b (patch)
tree4e0fda5b3c3ec5a766bcaf8a30cd3e8f1a060ccf /tools/gmake_scripts/library_ugfx.mk
parentf90ea57bff091832c7b52b3825057ac20ded1f01 (diff)
downloaduGFX-e6882aa5f4382e25535e0e78ac5f5d18e581eb1b.tar.gz
uGFX-e6882aa5f4382e25535e0e78ac5f5d18e581eb1b.tar.bz2
uGFX-e6882aa5f4382e25535e0e78ac5f5d18e581eb1b.zip
Add makefile support for absolute paths
Add makefile support for cygwin gmake versus mingw gmake Add makefile support for "master" directories eg GFXLIB, CHIBIOS etc
Diffstat (limited to 'tools/gmake_scripts/library_ugfx.mk')
-rw-r--r--tools/gmake_scripts/library_ugfx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gmake_scripts/library_ugfx.mk b/tools/gmake_scripts/library_ugfx.mk
index 7dbf9d99..24c501fe 100644
--- a/tools/gmake_scripts/library_ugfx.mk
+++ b/tools/gmake_scripts/library_ugfx.mk
@@ -12,6 +12,7 @@
# GFXDEMO: Compile a uGFX standard demo? If blank you need to include your own project files. eg GFXDEMO=modules/gwin/widgets
#
+PATHLIST += GFXLIB
include $(GFXLIB)/gfx.mk
SRC += $(GFXSRC)