moved console to src/ and include/

ugfx_release_2.6
Tectu 2012-08-13 13:44:43 +02:00
parent c14a813c6e
commit 6982d7d076
5 changed files with 2 additions and 10 deletions

View File

@ -1,4 +0,0 @@
LCDSRC += $(LCDLIB)/console/console.c
LCDINC += $(LCDLIB)/console

View File

@ -1,3 +0,0 @@
This directory contains any files which are needed by the
console implementation.

5
lcd.mk
View File

@ -3,10 +3,9 @@ ifeq ($(LCDLIB),)
LCDLIB = $(CHIBIOS)/ext/lcd
endif
include $(LCDLIB)/console/console.mk
LCDSRC += $(LCDLIB)/src/gdisp.c \
$(LCDLIB)/src/gdisp_fonts.c \
$(LCDLIB)/src/touchpad.c
$(LCDLIB)/src/touchpad.c \
$(LCDLIB)/src/console.c
LCDINC += $(LCDLIB)/include