summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/src/Makefile')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/Makefile b/nuttx/configs/lm3s6965-ek/src/Makefile
index 103c598e9..dfb59a4ed 100755
--- a/nuttx/configs/lm3s6965-ek/src/Makefile
+++ b/nuttx/configs/lm3s6965-ek/src/Makefile
@@ -43,6 +43,10 @@ CSRCS = up_boot.c up_leds.c up_ethernet.c up_ssi.c
ifeq ($(CONFIG_EXAMPLES_NSH_ARCHINIT),y)
CSRCS += up_nsh.c
endif
+ifeq ($(CONFIG_NX_LCDDRIVER),y)
+CSRCS += up_oled.c
+endif
+
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)