From ff5a167b644b5974017a4758f3d38f9bb522b012 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 23 Oct 2013 11:49:59 -0600 Subject: More apps/examples/cc3000 changes from David Sidrane --- apps/examples/cc3000/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples') 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)) -- cgit v1.2.3