summaryrefslogtreecommitdiff
path: root/apps/interpreters/ficl
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 18:44:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-29 18:44:02 +0000
commit034d4bae4d118facfe7af8b4f921f3af89342527 (patch)
tree48fcc75da5994502dccec200ae28a0ef415a6542 /apps/interpreters/ficl
parent067d41fcf895dff462341d6adb3e0a549b897a9f (diff)
downloadnuttx-034d4bae4d118facfe7af8b4f921f3af89342527.tar.gz
nuttx-034d4bae4d118facfe7af8b4f921f3af89342527.tar.bz2
nuttx-034d4bae4d118facfe7af8b4f921f3af89342527.zip
All ZNEO configurations converted to use the mconf/Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/interpreters/ficl')
-rw-r--r--apps/interpreters/ficl/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/interpreters/ficl/Kconfig b/apps/interpreters/ficl/Kconfig
index 1860a1591..ba6a7bc35 100644
--- a/apps/interpreters/ficl/Kconfig
+++ b/apps/interpreters/ficl/Kconfig
@@ -3,7 +3,7 @@
# see misc/tools/kconfig-language.txt.
#
-config FICL
+config INTERPRETERS_FICL
bool "Ficl Forth interpreter"
default n
---help---
@@ -11,6 +11,6 @@ config FICL
apps/interpreters/ficl directory. Use of this configuration assumes
that you have performed the required installation of the Ficl run-time code.
-if FICL
+if INTERPRETERS_FICL
endif