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/README.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'apps/interpreters/README.txt') diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt index 667268809..9023ee5a5 100644 --- a/apps/interpreters/README.txt +++ b/apps/interpreters/README.txt @@ -60,15 +60,3 @@ pcode CONFIG_EXAMPLES_PASHELLO=y CONFIG_INTERPRETERS_PCODE=y - - Old Style (deprecated). In the older configuration files, you would have - used an appconfig file containing the following definitions in order to - accomplish the same thing: - - # Path to example in apps/examples containing the passhello_main entry point - - CONFIGURED_APPS += examples/pashello - - # Path to the Pascal p-code runtime interpreter module - - CONFIGURED_APPS += interpreters/pcode -- cgit v1.2.3