summaryrefslogtreecommitdiff
path: root/apps/system/composite
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/composite')
-rw-r--r--apps/system/composite/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile
index 64f3d74ab..eb76546ca 100644
--- a/apps/system/composite/Makefile
+++ b/apps/system/composite/Makefile
@@ -87,6 +87,8 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
+install:
+
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME1)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME1),$(PRIORITY1),$(STACKSIZE1),$(APPNAME1)_main)
@@ -94,12 +96,8 @@ $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME1)_main.bdat: $(DEPCONFIG) Makefile
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME2)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME2),$(PRIORITY2),$(STACKSIZE2),$(APPNAME2)_main)
-install:
-
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME1)_main.bdat $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME2)_main.bdat
else
-install:
-
context:
endif