summaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 14:30:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-01 14:30:43 +0000
commit37701ac70a3047f8f161628e6f59dfacc185233f (patch)
treea9e1ace6553b36b63ca53dbda5853204841cc10d /apps/README.txt
parentf56ab8abdd81316f1c6d7430359179062724cebf (diff)
downloadnuttx-37701ac70a3047f8f161628e6f59dfacc185233f.tar.gz
nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.tar.bz2
nuttx-37701ac70a3047f8f161628e6f59dfacc185233f.zip
Remove .built_always
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/README.txt b/apps/README.txt
index e824c8a2a..af3d07304 100644
--- a/apps/README.txt
+++ b/apps/README.txt
@@ -34,7 +34,7 @@ NuttX is configured. .config is included in the toplevel apps/Makefile.
As a minimum, this configuration file must define files to add to the
CONFIGURED_APPS list like:
- CONFIGURED_APPS += hello/.built_always poweroff/.built_always jvm/.built_always
+ CONFIGURED_APPS += hello poweroff jvm
The form of each entry is <dir>=<dependency> when: