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