aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-20 21:47:34 +0200
committerinmarket <andrewh@inmarket.com.au>2013-10-21 07:56:00 +1000
commit2811e94cfe4c454d916617e5faa3367a41795ddc (patch)
tree4652caf2eafe28556c1483cea50f2f9815041e57 /gfx.mk
parent258c97d67dffe79f4e4bd43618b766c7c9ebbcce (diff)
downloaduGFX-2811e94cfe4c454d916617e5faa3367a41795ddc.tar.gz
uGFX-2811e94cfe4c454d916617e5faa3367a41795ddc.tar.bz2
uGFX-2811e94cfe4c454d916617e5faa3367a41795ddc.zip
removed ChibiOS/RT path reference (Thanks to Steffanx)
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx.mk b/gfx.mk
index 7cd19d28..58387993 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -1,8 +1,3 @@
-# don't re-define GFXLIB if it has been set elsewhere, e.g in Makefile
-ifeq ($(GFXLIB),)
- GFXLIB = $(CHIBIOS)/ext/gfx
-endif
-
GFXINC += $(GFXLIB)/include
GFXSRC += $(GFXLIB)/src/gfx.c