From 758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 13:30:44 -0600 Subject: Customize the program name in the generic setup that was added to each makefile that installs a program --- apps/examples/nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nx') diff --git a/apps/examples/nx/Makefile b/apps/examples/nx/Makefile index a2352c46d..15c86b339 100644 --- a/apps/examples/nx/Makefile +++ b/apps/examples/nx/Makefile @@ -67,7 +67,7 @@ else INSTALL_DIR = $(BIN_DIR) endif -CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT) +CONFIG_XYZ_PROGNAME ?= nx$(EXEEXT) PROGNAME = $(CONFIG_XYZ_PROGNAME) ROOTDEPPATH = --dep-path . -- cgit v1.2.3