From 814d1451322bba23a1be8ffb07dc00773613c503 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 21 Jul 2012 15:33:53 +0000 Subject: Add FreeModBus to NuttX build system git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4962 42af7a65-404d-4744-a932-0658087f49c3 --- apps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/Makefile') 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 -- cgit v1.2.3