summaryrefslogtreecommitdiff
path: root/apps/examples/nxconsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxconsole/Makefile')
-rw-r--r--apps/examples/nxconsole/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/examples/nxconsole/Makefile b/apps/examples/nxconsole/Makefile
index 2a04f982e..cfd7329a5 100644
--- a/apps/examples/nxconsole/Makefile
+++ b/apps/examples/nxconsole/Makefile
@@ -56,12 +56,6 @@ endif
ROOTDEPPATH = --dep-path .
-# NxConsole built-in application info
-
-APPNAME = nxcon
-PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 2048
-
# Common build
VPATH =
@@ -81,13 +75,7 @@ $(COBJS): %$(OBJEXT): %.c
done ; )
@touch .built
-.context:
-ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
- $(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
- @touch $@
-endif
-
-context: .context
+context:
.depend: Makefile $(SRCS)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep