aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools/uGFXnetDisplay/demo.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-14 09:10:59 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-14 09:10:59 +1000
commit93c9ebaa793d96147784e061102fec3423584fc0 (patch)
tree2be19e5c602dcc622a2ff411bb0d8698498c5d9c /demos/tools/uGFXnetDisplay/demo.mk
parent6bc091035a08f58eb6c60e7cceb01ef29e655e07 (diff)
downloaduGFX-93c9ebaa793d96147784e061102fec3423584fc0.tar.gz
uGFX-93c9ebaa793d96147784e061102fec3423584fc0.tar.bz2
uGFX-93c9ebaa793d96147784e061102fec3423584fc0.zip
Move the uGFX based tools into a sub-directory of demos so they can be compiled using the standard build system facility for building demo's.
Diffstat (limited to 'demos/tools/uGFXnetDisplay/demo.mk')
-rw-r--r--demos/tools/uGFXnetDisplay/demo.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/tools/uGFXnetDisplay/demo.mk b/demos/tools/uGFXnetDisplay/demo.mk
new file mode 100644
index 00000000..e8bae51e
--- /dev/null
+++ b/demos/tools/uGFXnetDisplay/demo.mk
@@ -0,0 +1,3 @@
+DEMODIR = $(GFXLIB)/demos/tools/uGFXnetDisplay
+GFXINC += $(DEMODIR)
+GFXSRC += $(DEMODIR)/main.c