From a834bce3649ac87c9ac969264824f47e8f6a1cb7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 6 Mar 2014 12:21:14 -0600 Subject: Removed all support for the legacy configuration mechanism from the apps/ directory --- apps/interpreters/ficl/README.txt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'apps/interpreters/ficl') 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! -- cgit v1.2.3