ugfx/lcd.mk

12 lines
300 B
Makefile
Raw Normal View History

2012-07-26 16:05:54 +00: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 11:29:39 +00:00
2012-08-13 02:11:03 +00:00
LCDSRC += $(LCDLIB)/src/gdisp.c \
$(LCDLIB)/src/gdisp_fonts.c \
2012-08-13 11:44:43 +00:00
$(LCDLIB)/src/touchpad.c \
$(LCDLIB)/src/console.c
2012-08-08 11:35:04 +00:00
2012-08-13 02:11:03 +00:00
LCDINC += $(LCDLIB)/include