Skip to content

Commit 6a65664

Browse files
Application.mk remove _main suffix from REGLIST
since the file generated by REGISTER macro don't have such suffix Change-Id: I6814f5bd257563f897c63d9698f8892d9649dcef Signed-off-by: Xiang Xiao <[email protected]>
1 parent 73e1696 commit 6a65664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ ifneq ($(PROGNAME),)
184184
ifneq ($(PRIORITY),)
185185
ifneq ($(STACKSIZE),)
186186

187-
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix _main.bdat,$(PROGNAME)))
187+
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix .bdat,$(PROGNAME)))
188188
APPLIST := $(PROGNAME)
189189

190190
$(REGLIST): $(DEPCONFIG) Makefile

0 commit comments

Comments
 (0)