Add st7565.c to build

This commit is contained in:
Gregory Nutt
2014-11-14 06:55:16 -06:00
parent 13b58a3c2a
commit 9f3d4b30fb
+4
View File
@@ -71,6 +71,10 @@ ifeq ($(CONFIG_LCD_MIO283QT9A),y)
CSRCS += mio283qt9a.c
endif
ifeq ($(CONFIG_LCD_ST7565),y)
CSRCS += st7565.c
endif
ifeq ($(CONFIG_LCD_ST7567),y)
CSRCS += st7567.c
endif