summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/cc3000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/cc3000/Makefile b/apps/examples/cc3000/Makefile
index 524c4f4f6..bf6bcc43f 100644
--- a/apps/examples/cc3000/Makefile
+++ b/apps/examples/cc3000/Makefile
@@ -50,7 +50,7 @@ STACKSIZE1 = 2048
# Hello, World! Example
ASRCS =
-CSRCS = cc3000basic.c board.c shell.c telnetd_driver.c
+CSRCS = cc3000basic.c board.c shell.c telnetd_driver.c telnetd_daemon.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))