summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/src/Makefile')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/src/Makefile b/nuttx/configs/olimex-lpc1766stk/src/Makefile
index 4b4df1752..aa89ea9ad 100755
--- a/nuttx/configs/olimex-lpc1766stk/src/Makefile
+++ b/nuttx/configs/olimex-lpc1766stk/src/Makefile
@@ -45,6 +45,9 @@ endif
ifeq ($(CONFIG_APP_DIR),examples/usbstorage)
CSRCS += up_usbstrg.c
endif
+ifeq ($(CONFIG_NX_LCDDRIVER),y)
+CSRCS += up_lcd.c
+endif
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))