summaryrefslogtreecommitdiff
path: root/apps/examples/hello/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 21:38:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 21:38:00 +0000
commita0d71b94386f014bdeff6be77b7444438f867bbd (patch)
tree94033485c376aac499b6c746113cf013cee5ca19 /apps/examples/hello/Makefile
parent357d086cf3b85cded5221dab092c917a3fa3c285 (diff)
downloadnuttx-a0d71b94386f014bdeff6be77b7444438f867bbd.tar.gz
nuttx-a0d71b94386f014bdeff6be77b7444438f867bbd.tar.bz2
nuttx-a0d71b94386f014bdeff6be77b7444438f867bbd.zip
convert configs/sim/nsh to use kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/hello/Makefile')
-rw-r--r--apps/examples/hello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/hello/Makefile b/apps/examples/hello/Makefile
index fc98fa7f4..c3b9744d7 100644
--- a/apps/examples/hello/Makefile
+++ b/apps/examples/hello/Makefile
@@ -83,7 +83,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
-ifeq ($(CONFIG_EXAMPLES_HELLO_BUILTIN),y)
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(BUILTIN_REGISTRY)$(DELIM)$(APPNAME)_main.bdat: $(DEPCONFIG) Makefile
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)