summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxhello/Makefile')
-rw-r--r--apps/examples/nxhello/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/nxhello/Makefile b/apps/examples/nxhello/Makefile
index 1aa1f5370..1292706dd 100644
--- a/apps/examples/nxhello/Makefile
+++ b/apps/examples/nxhello/Makefile
@@ -87,8 +87,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