summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-28 13:01:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-28 13:01:57 +0000
commit640f2d23662509b3e5ed691cfa7e5e6c4bce971e (patch)
treeb165f83dc3ab317e4bec4d31ba3089d59f7334eb /apps/Makefile
parent931bd2b8661c8ed4c923220490cbebc56d6c0065 (diff)
downloadnuttx-640f2d23662509b3e5ed691cfa7e5e6c4bce971e.tar.gz
nuttx-640f2d23662509b3e5ed691cfa7e5e6c4bce971e.tar.bz2
nuttx-640f2d23662509b3e5ed691cfa7e5e6c4bce971e.zip
Renamed nuttapp to namedapp; add binfs to nammedapp/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3429 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 2735759c9..e4e51caa8 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -41,16 +41,16 @@ APPDIR = ${shell pwd}
# Application Directories
# SUBDIRS is the list of all directories containing Makefiles. It is used
-# only for cleaning. nuttapp must always be the first in the list.
+# only for cleaning. namedapp must always be the first in the list.
-SUBDIRS = nuttapp nshlib netutils examples vsn
+SUBDIRS = namedapp nshlib netutils examples vsn
# We use a non-existing .built_always to guarantee that Makefile always walks
-# into the sub-directories and asks for build. NOTE that nuttapp is always
+# into the sub-directories and asks for build. NOTE that namedapp is always
# in the list of applications to be built
-BUILTIN_APPS_BUILT = nuttapp/.built_always
-BUILTIN_APPS_DIR = nuttapp
+BUILTIN_APPS_BUILT = namedapp/.built_always
+BUILTIN_APPS_DIR = namedapp
# CONFIGURED_APPS is the list of all configured built-in directories/built action
# It is created by the configured appconfig file (a copy of which appears in this