From 1e10d8d0d3733432f69d86948645896295864d42 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 24 Mar 2011 00:28:50 +0000 Subject: apps/ initialization now occurs during the earlier context build phase git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3412 42af7a65-404d-4744-a932-0658087f49c3 --- apps/README.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/README.txt') diff --git a/apps/README.txt b/apps/README.txt index b80393a03..7185d1371 100644 --- a/apps/README.txt +++ b/apps/README.txt @@ -9,7 +9,9 @@ in two files: - exec_nuttapp_proto.h Entry points, prototype function - exec_nuttapp_list.h Application specific information and requirements -Information is collected during the make .depend process. +The build occurs in several phases as different build targets are executed: +(1) contex, (2) depend, and (3) default (all). Application information is +collected during the make context build phase. To execute an application function: @@ -34,7 +36,7 @@ CONFIGURED_APPS list like: CONFIGURED_APPS += hello/.built_always poweroff/.built_always jvm/.built_always -The form of each entry is / when: +The form of each entry is = when: is the name of a subdirectory in the apps directory, and -- cgit v1.2.3