From 90404eaed5070b512325a3215933447d0620ce9a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 11:25:29 -0600 Subject: Fix program name configuration variable used in the Makefile --- apps/examples/nsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/nsh') diff --git a/apps/examples/nsh/Makefile b/apps/examples/nsh/Makefile index f16a40549..40b8c8561 100644 --- a/apps/examples/nsh/Makefile +++ b/apps/examples/nsh/Makefile @@ -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 . -- cgit v1.2.3