moved console to src/ and include/
This commit is contained in:
parent
c14a813c6e
commit
6982d7d076
5 changed files with 2 additions and 10 deletions
|
@ -1,4 +0,0 @@
|
|||
LCDSRC += $(LCDLIB)/console/console.c
|
||||
|
||||
LCDINC += $(LCDLIB)/console
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
This directory contains any files which are needed by the
|
||||
console implementation.
|
||||
|
5
lcd.mk
5
lcd.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue