summaryrefslogtreecommitdiff
path: root/apps/system/sudoku/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/sudoku/Makefile')
-rw-r--r--apps/system/sudoku/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/sudoku/Makefile b/apps/system/sudoku/Makefile
index c0500f371..664bb5c77 100644
--- a/apps/system/sudoku/Makefile
+++ b/apps/system/sudoku/Makefile
@@ -93,8 +93,12 @@ ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)sudoku.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,"sudoku",$(PRIORITY),$(STACKSIZE),sudoku_main)
+install:
+
context: $(BUILTIN_REGISTRY)$(DELIM)sudoku.bdat
else
+install:
+
context:
endif