summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/nsh/Makefile')
-rw-r--r--nuttx/examples/nsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nsh/Makefile b/nuttx/examples/nsh/Makefile
index 636762682..faeb30246 100644
--- a/nuttx/examples/nsh/Makefile
+++ b/nuttx/examples/nsh/Makefile
@@ -40,7 +40,7 @@ MKDEP = $(TOPDIR)/tools/mkdeps.sh
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = nsh_main.c nsh_fscmds.c nsh_proccmds.c
+CSRCS = nsh_main.c nsh_fscmds.c nsh_proccmds.c nsh_envcmds.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)