aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
blob: 4e16c16f5596f3cd556e04c089c7d6c75da8ca4a (plain)
1
2
3
4
5
6
7
8
9
10
11
# don't re-define GFXLIB if it has been set elsewhere, e.g in Makefile
ifeq ($(GFXLIB),)
	GFXLIB =	$(CHIBIOS)/ext/gfx
endif

GFXSRC +=   $(GFXLIB)/src/gdisp.c \
            $(GFXLIB)/src/gdisp_fonts.c \
            $(GFXLIB)/src/touchpad.c \
			$(GFXLIB)/src/console.c \

GFXINC +=   $(GFXLIB)/include