From f146a8370a95b488297c44a561badc474f158c00 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 11:17:05 -0600 Subject: Several fixes for errors introduced by last check-ins --- apps/examples/adc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/adc') diff --git a/apps/examples/adc/Makefile b/apps/examples/adc/Makefile index 14b83ffa6..5d1d89e1f 100644 --- a/apps/examples/adc/Makefile +++ b/apps/examples/adc/Makefile @@ -94,7 +94,7 @@ else install: endif -` + ifeq ($(CONFIG_NSH_BUILTIN_APPS),y) $(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile $(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main) -- cgit v1.2.3