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

LCDSRC +=   $(LCDLIB)/src/gdisp.c \
            $(LCDLIB)/src/gdisp_fonts.c \
            $(LCDLIB)/src/touchpad.c

LCDINC +=   $(LCDLIB)/include