summaryrefslogtreecommitdiff
path: root/apps/system/vi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/vi/Makefile')
-rw-r--r--apps/system/vi/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/system/vi/Makefile b/apps/system/vi/Makefile
index 8eba9d788..9a71fe0cf 100644
--- a/apps/system/vi/Makefile
+++ b/apps/system/vi/Makefile
@@ -88,18 +88,16 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(OBJS))
$(Q) touch .built
+install:
+
# Register application
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