Merge pull request #4 from xiaoxiang781216/fix-suffix

Application.mk remove _main suffix from REGLIST
This commit is contained in:
patacongo 2020-01-02 10:47:58 -06:00 committed by GitHub
commit f00b4e6f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ ifneq ($(PROGNAME),)
ifneq ($(PRIORITY),)
ifneq ($(STACKSIZE),)
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix _main.bdat,$(PROGNAME)))
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix .bdat,$(PROGNAME)))
APPLIST := $(PROGNAME)
$(REGLIST): $(DEPCONFIG) Makefile