aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
blob: acf131d9425c139c128ec9fb707596ee8517b6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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/gwin.c \
            $(GFXLIB)/src/touchscreen.c \
			$(GFXLIB)/src/console.c \
			$(GFXLIB)/src/graph.c \

GFXINC +=   $(GFXLIB)/include