mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-16 01:43:17 +00:00
remove the check that progname matches mainsrc
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
77a5666cb7
commit
a3bbea86ff
1 changed files with 0 additions and 3 deletions
|
|
@ -95,9 +95,6 @@ endif
|
|||
|
||||
ifneq ($(strip $(PROGNAME)),)
|
||||
PROGOBJ := $(MAINCOBJ) $(MAINCXXOBJ) $(MAINRUSTOBJ)
|
||||
ifneq ($(words $(PROGOBJ)), $(words $(PROGNAME)))
|
||||
$(error "program names $(PROGNAME) does not match mainsrcs $(PROGOBJ)")
|
||||
endif
|
||||
PROGLIST := $(addprefix $(BINDIR)$(DELIM),$(PROGNAME))
|
||||
REGLIST := $(addprefix $(BUILTIN_REGISTRY)$(DELIM),$(addsuffix .bdat,$(PROGNAME)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue