summaryrefslogtreecommitdiff
path: root/apps/examples/tcpecho/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tcpecho/Makefile')
-rw-r--r--apps/examples/tcpecho/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/tcpecho/Makefile b/apps/examples/tcpecho/Makefile
index 7eb59120d..42e7ead21 100644
--- a/apps/examples/tcpecho/Makefile
+++ b/apps/examples/tcpecho/Makefile
@@ -88,8 +88,12 @@ ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
+install:
+
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat
else
+install:
+
context:
endif