summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 07:11:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 07:11:12 -0600
commit175d4044d1094d87344d213d89367058af090d59 (patch)
tree70b001bcd0746868c27fa8e9889838a6ead7d917 /apps/examples
parent741a5425921dbf4b004183ac0b23cafbb588daa4 (diff)
downloadnuttx-175d4044d1094d87344d213d89367058af090d59.tar.gz
nuttx-175d4044d1094d87344d213d89367058af090d59.tar.bz2
nuttx-175d4044d1094d87344d213d89367058af090d59.zip
Remove some debug output that was accidentally left in a preceding commit
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