summaryrefslogtreecommitdiff
path: root/apps/system/nxplayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/nxplayer/Makefile')
-rw-r--r--apps/system/nxplayer/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/system/nxplayer/Makefile b/apps/system/nxplayer/Makefile
index 812b9e7bf..501600023 100644
--- a/apps/system/nxplayer/Makefile
+++ b/apps/system/nxplayer/Makefile
@@ -100,11 +100,17 @@ ifeq ($(CONFIG_NXPLAYER_COMMAND_LINE),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