summaryrefslogtreecommitdiff
path: root/apps/examples/hello
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 11:17:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 11:17:05 -0600
commitf146a8370a95b488297c44a561badc474f158c00 (patch)
treea1146b32ebb443de464ab4a1854076482b242465 /apps/examples/hello
parenta4d7e282806939ce47853db9de0e80471b0e256f (diff)
downloadnuttx-f146a8370a95b488297c44a561badc474f158c00.tar.gz
nuttx-f146a8370a95b488297c44a561badc474f158c00.tar.bz2
nuttx-f146a8370a95b488297c44a561badc474f158c00.zip
Several fixes for errors introduced by last check-ins
Diffstat (limited to 'apps/examples/hello')
-rw-r--r--apps/examples/hello/Kconfig9
1 files changed, 9 insertions, 0 deletions
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