summaryrefslogtreecommitdiff
path: root/apps/interpreters/ficl
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
commita834bce3649ac87c9ac969264824f47e8f6a1cb7 (patch)
treedb64940d45b618849ce07b109ce953eeeb511e66 /apps/interpreters/ficl
parent2d9b0690685d838c7bab5354d71121e1671ec48e (diff)
downloadnuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.gz
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.bz2
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.zip
Removed all support for the legacy configuration mechanism from the apps/ directory
Diffstat (limited to 'apps/interpreters/ficl')
-rw-r--r--apps/interpreters/ficl/README.txt15
1 files changed, 4 insertions, 11 deletions
diff --git a/apps/interpreters/ficl/README.txt b/apps/interpreters/ficl/README.txt
index 57e370338..73ed9006f 100644
--- a/apps/interpreters/ficl/README.txt
+++ b/apps/interpreters/ficl/README.txt
@@ -34,14 +34,7 @@ information as "recommendations" -- not necessarily proven instructions.
CONFIG_INTERPRETERS_FICL=y
- Deprecated: In the older style configuration, you would have used
- an appconfig file to include (1) the path to your application code,
- and (2) the path to the Ficl build directory. That latter would
- have appeared as the following line in your appconfig file:
-
- CONFIGURED_APPS += interpreters/ficl
-
- 6. Configure and build NuttX. On successful completion, the Ficl objects
- will be available in apps/libapps.a and that NuttX binary will be
- linked against that file. Of course, Ficl will do nothing unless
- you have written some application code that uses it!
+6. Configure and build NuttX. On successful completion, the Ficl objects
+ will be available in apps/libapps.a and that NuttX binary will be
+ linked against that file. Of course, Ficl will do nothing unless
+ you have written some application code that uses it!