summaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
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: