Skip to content

Commit 1f4c8f3

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 91b6ad6 commit 1f4c8f3

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
@@ -180,7 +180,7 @@ ifneq ($(PROGNAME),)
180180
ifneq ($(PRIORITY),)
181181
ifneq ($(STACKSIZE),)
182182

183-
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix _main.bdat,$(PROGNAME)))
183+
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix .bdat,$(PROGNAME)))
184184
APPLIST := $(PROGNAME)
185185

186186
$(REGLIST): $(DEPCONFIG) Makefile

0 commit comments

Comments
 (0)