From 5ca741fe9b48b10f264997c27150f86579359ead Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 9 May 2011 19:37:22 +0000 Subject: [PATCH] Add PIC32 CP0 Regsiter Definitions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3580 42af7a65-404d-4744-a932-0658087f49c3 --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 3a6f6204f..c8c5bcd14 100644 --- a/Makefile +++ b/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. - -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) +# 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 + -include .config # BUILTIN_APPS_DIR is the list of currently available application directories. It