Fix program name configuration variable used in the Makefile
This commit is contained in:
parent
e34a96e3b9
commit
1c279a2c0b
@ -58,8 +58,8 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
CONFIG_NSH_PROGNAME ?= nsh$(EXEEXT)
|
||||
PROGNAME = $(CONFIG_NSH_PROGNAME)
|
||||
CONFIG_EXAMPLES_NSH_PROGNAME ?= nsh$(EXEEXT)
|
||||
PROGNAME = $(CONFIG_EXAMPLES_NSH_PROGNAME)
|
||||
|
||||
ROOTDEPPATH = --dep-path .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user