summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/Makefile')
-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 339e11d3e..c98f14894 100644
--- a/apps/examples/cc3000/Makefile
+++ b/apps/examples/cc3000/Makefile
@@ -55,7 +55,7 @@ CSRCS = cc3000basic.c board.c shell.c telnetd_driver.c telnetd_daemon.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)