diff options
Diffstat (limited to 'lcd.mk')
-rw-r--r-- | lcd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ LCDSRC = $(LCDLIB)/glcd.c \ $(LCDLIB)/touchpad.c \ $(LCDLIB)/graph.c \ $(LCDLIB)/gui.c \ + $(LCDLIB)/console.c \ $(LCD_DRIVERS_SRC) LCDINC = $(LCDLIB) \ |