2012-10-27 23:05:00 +10:00
|
|
|
# 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
|
2012-12-06 18:45:54 +10:00
|
|
|
GFXSRC +=
|
2012-11-26 18:45:26 +10:00
|
|
|
|
2012-12-06 18:45:54 +10:00
|
|
|
include $(GFXLIB)/src/gdisp/gdisp.mk
|
2013-01-09 14:29:32 +01:00
|
|
|
include $(GFXLIB)/src/tdisp/tdisp.mk
|
2012-12-06 18:45:54 +10:00
|
|
|
include $(GFXLIB)/src/gevent/gevent.mk
|
|
|
|
include $(GFXLIB)/src/gtimer/gtimer.mk
|
2012-11-26 18:45:26 +10:00
|
|
|
include $(GFXLIB)/src/gwin/gwin.mk
|
|
|
|
include $(GFXLIB)/src/ginput/ginput.mk
|