summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/romfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile
index 43af0f0ae..a6873c8a1 100644
--- a/apps/examples/romfs/Makefile
+++ b/apps/examples/romfs/Makefile
@@ -130,7 +130,6 @@ endif
ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
- @echo "LIBRAE IS HERE!" $@
context: $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat
else