summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxconsole/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxconsole/Make.defs')
-rw-r--r--nuttx/graphics/nxconsole/Make.defs5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/graphics/nxconsole/Make.defs b/nuttx/graphics/nxconsole/Make.defs
index e77f9450c..df84d758d 100644
--- a/nuttx/graphics/nxconsole/Make.defs
+++ b/nuttx/graphics/nxconsole/Make.defs
@@ -34,5 +34,6 @@
############################################################################
NXCON_ASRCS =
-NXCON_CSRCS = nx_register.c nxcon_driver.c nxcon_font.c nxcon_register.c
-NXCON_CSRCS += nxcon_unregister.c nxtk_register.c nxtool_register.c
+NXCON_CSRCS = nx_register.c nxcon_driver.c nxcon_font.c nxcon_redraw.c
+NXCON_CSRCS += nxcon_register.c nxcon_scroll.c nxcon_unregister.c
+NXCON_CSRCS += nxtk_register.c nxtool_register.c