From f146a8370a95b488297c44a561badc474f158c00 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Sep 2014 11:17:05 -0600 Subject: Several fixes for errors introduced by last check-ins --- apps/examples/hello/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/examples/hello') diff --git a/apps/examples/hello/Kconfig b/apps/examples/hello/Kconfig index d697daa8a..13c68e874 100644 --- a/apps/examples/hello/Kconfig +++ b/apps/examples/hello/Kconfig @@ -10,4 +10,13 @@ config EXAMPLES_HELLO Enable the \"Hello, World!\" example if EXAMPLES_HELLO + +config EXAMPLES_HELLO_PROGNAME + string "Program name" + default "hello" + depends on BUILD_KERNEL + ---help--- + This is the name of the program that will be use when the NSH ELF + program is installed. + endif -- cgit v1.2.3