summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/src/Makefile')
-rw-r--r--nuttx/configs/open1788/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/open1788/src/Makefile b/nuttx/configs/open1788/src/Makefile
index 548a5792a..af8272263 100644
--- a/nuttx/configs/open1788/src/Makefile
+++ b/nuttx/configs/open1788/src/Makefile
@@ -52,6 +52,10 @@ ifeq ($(CONFIG_ARCH_EXTDRAM),y)
CSRCS += lpc17_sdraminitialize.c
endif
+ifeq ($(CONFIG_LPC17_LCD),y)
+ CSRCS += lpc17_lcd.c
+endif
+
ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += lpc17_nsh.c
endif