mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps: correct the program name to avoid invalid dependent targets
Change-Id: Iec6ca1b04a25afee16a4b600ee496620fec97577 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
8997213c2a
commit
224c4767fe
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ CWD = $(CURDIR)
|
|||
endif
|
||||
|
||||
SUFFIX = $(subst $(DELIM),.,$(CWD))
|
||||
PROGNAME := $(shell echo $(PROGNAME))
|
||||
|
||||
# Object files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue