summaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-24 00:28:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-24 00:28:50 +0000
commit1e10d8d0d3733432f69d86948645896295864d42 (patch)
treea678b793c7a420cedb58e9f99ca4b39fea502fd6 /apps/README.txt
parentfe55a3d3121630eda2b910bac6b051a38e3b5f60 (diff)
downloadpx4-nuttx-1e10d8d0d3733432f69d86948645896295864d42.tar.gz
px4-nuttx-1e10d8d0d3733432f69d86948645896295864d42.tar.bz2
px4-nuttx-1e10d8d0d3733432f69d86948645896295864d42.zip
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
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt6
1 files changed, 4 insertions, 2 deletions
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 <dir>/<dependency> when:
+The form of each entry is <dir>=<dependency> when:
<dir> is the name of a subdirectory in the apps directory, and