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/system/ramtron/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/ramtron') diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile index b88e70d30..2ebdf9cf8 100644 --- a/apps/system/ramtron/Makefile +++ b/apps/system/ramtron/Makefile @@ -78,7 +78,7 @@ else INSTALL_DIR = $(BIN_DIR) endif -CONFIG_XYZ_PROGNAME ?= xyz$(EXEEXT) +CONFIG_XYZ_PROGNAME ?= ramtron$(EXEEXT) PROGNAME = $(CONFIG_XYZ_PROGNAME) ROOTDEPPATH = --dep-path . -- cgit v1.2.3