summaryrefslogtreecommitdiff
path: root/apps/system/composite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/composite/Makefile')
-rw-r--r--apps/system/composite/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile
index a4ca37871..64f3d74ab 100644
--- a/apps/system/composite/Makefile
+++ b/apps/system/composite/Makefile
@@ -94,8 +94,12 @@ $(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