removed ChibiOS/RT path reference (Thanks to Steffanx)
This commit is contained in:
parent
0ad1ed358b
commit
8eb890a5d6
1 changed files with 0 additions and 5 deletions
5
gfx.mk
5
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
|
GFXINC += $(GFXLIB)/include
|
||||||
GFXSRC += $(GFXLIB)/src/gfx.c
|
GFXSRC += $(GFXLIB)/src/gfx.c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue