summaryrefslogtreecommitdiff
path: root/apps/examples/nxlines/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 23:55:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 23:55:49 +0000
commit92ece28c9595ada48bfa172e450338a2a6b0169a (patch)
treef805d9d14b90527e71be62f3e4d030e3ba4a9281 /apps/examples/nxlines/Makefile
parent53e55c149a9ce0b1b0e1d4ff650e980ce54be5aa (diff)
downloadnuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.tar.gz
nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.tar.bz2
nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.zip
Convert configs/stm32f4discovery/nxlines to use Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5320 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxlines/Makefile')
-rw-r--r--apps/examples/nxlines/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxlines/Makefile b/apps/examples/nxlines/Makefile
index d6ddcf0b1..e69ce6c0d 100644
--- a/apps/examples/nxlines/Makefile
+++ b/apps/examples/nxlines/Makefile
@@ -82,7 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
.context:
-ifeq ($(CONFIG_EXAMPLES_NXLINES_BUILTIN),y)
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
@touch $@
endif