Several fixes for errors introduced by last check-ins

This commit is contained in:
Gregory Nutt
2014-09-06 11:17:05 -06:00
parent 72cd42282c
commit e34a96e3b9
5 changed files with 37 additions and 17 deletions

View File

@@ -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)