summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-24 00:28:50 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-24 00:28:50 +0000
commita963efbd52795f6b41fe1745734a5e294fcc401b (patch)
treea678b793c7a420cedb58e9f99ca4b39fea502fd6 /nuttx/Makefile
parent727efc6154df000dfdf298dcd1e0a6cfaacbfc2f (diff)
apps/ initialization now occurs during the earlier context build phase
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3412 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index ed2f63e9b1..bcf7399403 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -87,7 +87,7 @@ ADDON_DIRS := $(PCODE_DIR) $(NX_DIR) $(APPDIR)
NONFSDIRS = sched lib $(ARCH_SRC) mm $(ADDON_DIRS)
FSDIRS = fs drivers binfmt
NETFSDIRS = fs drivers
-CONTEXTDIRS =
+CONTEXTDIRS = $(APPDIR)
ifeq ($(CONFIG_NX),y)
NONFSDIRS += graphics
@@ -348,7 +348,6 @@ depend: context
done
subdir_clean:
- echo "CLEANDIRS: $(CLEANDIRS)"
@for dir in $(CLEANDIRS) ; do \
if [ -e $$dir/Makefile ]; then \
$(MAKE) -C $$dir TOPDIR="$(TOPDIR)" clean ; \