summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 15:33:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 15:33:53 +0000
commit814d1451322bba23a1be8ffb07dc00773613c503 (patch)
treee635a2747aae4440090476ee08bf31a801d77e4e /apps/Makefile
parentfcfd6c4d7ca3cc8d2751652a79a08d64eb8ec5a3 (diff)
downloadnuttx-814d1451322bba23a1be8ffb07dc00773613c503.tar.gz
nuttx-814d1451322bba23a1be8ffb07dc00773613c503.tar.bz2
nuttx-814d1451322bba23a1be8ffb07dc00773613c503.zip
Add FreeModBus to NuttX build system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4962 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 86e973441..3a59fd6b4 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -49,7 +49,7 @@ APPDIR = ${shell pwd}
# list can be extended by the .config file as well
CONFIGURED_APPS =
-SUBDIRS = examples graphics interpreters namedapp nshlib netutils system vsn
+SUBDIRS = examples graphics interpreters modbus namedapp nshlib netutils system vsn
# There are two different mechanisms for obtaining the list of configured
# directories:
@@ -73,6 +73,7 @@ ifeq ($(CONFIG_NUTTX_NEWCONFIG),y)
include examples/Make.defs
include graphics/Make.defs
include interpreters/Make.defs
+include modbus/Make.defs
include namedapp/Make.defs
include netutils/Make.defs
include nshlib/Make.defs