removed ChibiOS/RT path reference (Thanks to Steffanx)

ugfx_release_2.6
Joel Bodenmann 2013-10-20 21:47:34 +02:00 committed by inmarket
parent 258c97d67d
commit 2811e94cfe
1 changed files with 0 additions and 5 deletions

5
gfx.mk
View File

@ -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