summaryrefslogtreecommitdiff
path: root/apps/system/sysinfo
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sysinfo')
-rw-r--r--apps/system/sysinfo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index 32edf1ab8..9c213ae28 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -98,8 +98,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