Fix program name configuration variable used in the Makefile

This commit is contained in:
Gregory Nutt 2014-09-06 11:25:29 -06:00
parent e34a96e3b9
commit 1c279a2c0b

View File

@ -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 .