summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-09 19:37:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-09 19:37:22 +0000
commit03023238fb7fa0634b0042d5600f08a11e98ecc3 (patch)
tree616e6f97951765c37e854d7e7388ff7125aad4f9 /apps/Makefile
parent69a2fd313bcb5ea0f8439a253191bcc0e097d20a (diff)
downloadnuttx-03023238fb7fa0634b0042d5600f08a11e98ecc3.tar.gz
nuttx-03023238fb7fa0634b0042d5600f08a11e98ecc3.tar.bz2
nuttx-03023238fb7fa0634b0042d5600f08a11e98ecc3.zip
Add PIC32 CP0 Regsiter Definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3580 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 3a6f6204f..c8c5bcd14 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -40,16 +40,16 @@ APPDIR = ${shell pwd}
# Application Directories
+# 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 directory as .config)
# SUBDIRS is the list of all directories containing Makefiles. It is used
-# only for cleaning. namedapp must always be the first in the list.
+# only for cleaning. namedapp must always be the first in the list. This
+# list can be extended by the .config file as well
+CONFIGURED_APPS =
SUBDIRS = namedapp nshlib netutils examples vsn
-# 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
-# directory as .config)
-
-CONFIGURED_APPS =
-include .config
# BUILTIN_APPS_DIR is the list of currently available application directories. It