summaryrefslogtreecommitdiff
path: root/apps/examples/telnetd/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-28 07:20:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-28 07:20:32 -0600
commitfbe67261712462537e2d4158e193f808f1a859b8 (patch)
treed8a825a24ade66051b5a97d9cefefa4f881b4772 /apps/examples/telnetd/Makefile
parent9811576dddf0a9a7300e35174d291c9ece70bd12 (diff)
downloadnuttx-fbe67261712462537e2d4158e193f808f1a859b8.tar.gz
nuttx-fbe67261712462537e2d4158e193f808f1a859b8.tar.bz2
nuttx-fbe67261712462537e2d4158e193f808f1a859b8.zip
apps/examples/telnetd: Naming confusion fixed: shell vs telnetd
Diffstat (limited to 'apps/examples/telnetd/Makefile')
-rw-r--r--apps/examples/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/telnetd/Makefile b/apps/examples/telnetd/Makefile
index 7ba00ba11..18e035113 100644
--- a/apps/examples/telnetd/Makefile
+++ b/apps/examples/telnetd/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# Hello, World! Example
ASRCS =
-CSRCS = shell.c
+CSRCS = telnetd.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))