summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 09:04:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 09:04:37 -0600
commit2cef539be7d1ed0e21d6fd1d3134a2eb1518019a (patch)
treebe37e136292842fd8f8ba23daf979930f7abcf76 /apps/Makefile
parent356deb76216e0226ec205833975e6097cdf458ae (diff)
downloadnuttx-2cef539be7d1ed0e21d6fd1d3134a2eb1518019a.tar.gz
nuttx-2cef539be7d1ed0e21d6fd1d3134a2eb1518019a.tar.bz2
nuttx-2cef539be7d1ed0e21d6fd1d3134a2eb1518019a.zip
apps/platform: A new now for platform-specific applicatin code
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 03e812ff3..bc0959106 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -1,7 +1,8 @@
############################################################################
# apps/Makefile
#
-# Copyright (C) 2011-2012 Uros Platise. All rights reserved.
+# Copyright (C) 2011 Uros Platise. All rights reserved.
+# Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
# Authors: Uros Platise <uros.platise@isotel.eu>
# Gregory Nutt <gnutt@nuttx.org>
#
@@ -48,7 +49,8 @@ APPDIR = ${shell pwd}
# list can be extended by the .config file as well.
CONFIGURED_APPS =
-SUBDIRS = examples graphics interpreters modbus builtin nshlib netutils system
+SUBDIRS = examples graphics interpreters modbus builtin nshlib netutils
+SUBDIRS += platform system
# There are two different mechanisms for obtaining the list of configured
# directories:
@@ -78,6 +80,7 @@ include interpreters/Make.defs
include modbus/Make.defs
include netutils/Make.defs
include nshlib/Make.defs
+include platform/Make.defs
include system/Make.defs
-include external/Make.defs