summaryrefslogtreecommitdiff
path: root/apps/examples/nsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nsh/Makefile')
-rw-r--r--apps/examples/nsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/nsh/Makefile b/apps/examples/nsh/Makefile
index ea20b7498..28d0cf6b6 100644
--- a/apps/examples/nsh/Makefile
+++ b/apps/examples/nsh/Makefile
@@ -40,7 +40,8 @@ include $(APPDIR)/Make.defs
# NuttShell (NSH) Example
ASRCS =
-CSRCS = nsh_main.c
+CSRCS =
+MAINSRC = nsh_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))