summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-04 15:54:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-04 15:54:51 -0600
commitfc6a4ed50a09f1a1e2822f8f489762bc49cda21c (patch)
tree77d611f7ebab29376fa76619719d7e6ae454438b /apps/Makefile
parent5d0227a972577feb5ba9f88c5d4d2534657b86dd (diff)
downloadnuttx-fc6a4ed50a09f1a1e2822f8f489762bc49cda21c.tar.gz
nuttx-fc6a4ed50a09f1a1e2822f8f489762bc49cda21c.tar.bz2
nuttx-fc6a4ed50a09f1a1e2822f8f489762bc49cda21c.zip
Beginning of logic that will, hopefully, all me to build applications against a NuttX export package (vs. the nuttx/ source tree).
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 0a118e6b8..6ce150562 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -48,8 +48,8 @@ APPDIR = ${shell pwd}
# list can be extended by the .config file as well.
CONFIGURED_APPS =
-SUBDIRS = examples graphics interpreters modbus builtin nshlib netutils
-SUBDIRS += platform system
+SUBDIRS = examples graphics interpreters modbus builtin import nshlib
+SUBDIRS += netutils platform system
# The list of configured directories is derived from NuttX configuration
# file: The selected applications are enabled settings in the configuration