diff --git a/Application.mk b/Application.mk index d1dba9858..a64754f77 100644 --- a/Application.mk +++ b/Application.mk @@ -199,10 +199,7 @@ endif # BUILD_MODULE context:: -ifeq ($(CONFIG_NSH_BUILTIN_APPS),y) ifneq ($(PROGNAME),) -ifneq ($(PRIORITY),) -ifneq ($(STACKSIZE),) REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix .bdat,$(PROGNAME))) APPLIST := $(PROGNAME) @@ -217,15 +214,6 @@ register:: $(REGLIST) else register:: endif -else -register:: -endif -else -register:: -endif -else -register:: -endif .depend: Makefile $(wildcard $(foreach SRC, $(SRCS), $(addsuffix /$(SRC), $(subst :, ,$(VPATH))))) $(DEPCONFIG) ifeq ($(filter %$(CXXEXT),$(SRCS)),)