From bf0b1b6bb0450a8f28673055b118dbf4eec9f323 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 28 Nov 2014 07:11:12 -0600 Subject: [PATCH] Remove some debug output that was accidentally left in a preceding commit --- examples/romfs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/romfs/Makefile b/examples/romfs/Makefile index 43af0f0ae..a6873c8a1 100644 --- a/examples/romfs/Makefile +++ b/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