summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-14 07:31:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-14 07:31:09 -0600
commit898cec64c6e8cc2b5503b333a7c191847c8805fc (patch)
tree9fca31305e2c2363cb6af7a4376fe042b361665c /apps/Makefile
parentf612b722fa6d7041a5851b7f3116347424d4e0ba (diff)
downloadnuttx-898cec64c6e8cc2b5503b333a7c191847c8805fc.tar.gz
nuttx-898cec64c6e8cc2b5503b333a7c191847c8805fc.tar.bz2
nuttx-898cec64c6e8cc2b5503b333a7c191847c8805fc.zip
apps/Makefile should include external/Make.defs so that external applications can participate in the menu configuration
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index cf6b33cd7..03e812ff3 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -79,6 +79,7 @@ include modbus/Make.defs
include netutils/Make.defs
include nshlib/Make.defs
include system/Make.defs
+-include external/Make.defs
# INSTALLED_APPS is the list of currently available application directories. It
# is the same as CONFIGURED_APPS, but filtered to exclude any non-existent