2012-07-26 17:05:54 +01:00
|
|
|
# don't re-define LCDLIB if it has been set elsewhere, e.g in Makefile
|
|
|
|
ifeq ($(LCDLIB),)
|
|
|
|
LCDLIB = $(CHIBIOS)/ext/lcd
|
|
|
|
endif
|
2012-05-23 13:29:39 +02:00
|
|
|
|
2012-08-13 04:11:03 +02:00
|
|
|
LCDSRC += $(LCDLIB)/src/gdisp.c \
|
|
|
|
$(LCDLIB)/src/gdisp_fonts.c \
|
2012-08-13 13:44:43 +02:00
|
|
|
$(LCDLIB)/src/touchpad.c \
|
2012-08-24 10:37:12 +02:00
|
|
|
$(LCDLIB)/src/console.c \
|
2012-08-08 13:35:04 +02:00
|
|
|
|
2012-08-13 04:11:03 +02:00
|
|
|
LCDINC += $(LCDLIB)/include
|