summaryrefslogtreecommitdiff
path: root/apps/system/prun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/prun/Makefile')
-rw-r--r--apps/system/prun/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/system/prun/Makefile b/apps/system/prun/Makefile
index 6d5d0a768..430b48d4d 100644
--- a/apps/system/prun/Makefile
+++ b/apps/system/prun/Makefile
@@ -102,11 +102,17 @@ ifeq ($(CONFIG_SYSTEM_PEXEC),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
else
+install:
+
context:
endif