summaryrefslogtreecommitdiff
path: root/apps/builtin/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 13:15:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-24 13:15:57 +0000
commitedec60f187e9f0297f3acaa6fb4574b3606e74f5 (patch)
tree8469e7567ec46216353e9eed9b5320b79f51b3e9 /apps/builtin/Makefile
parent0cafa6176d2a38082056e3aa2193590a7eea808b (diff)
downloadnuttx-edec60f187e9f0297f3acaa6fb4574b3606e74f5.tar.gz
nuttx-edec60f187e9f0297f3acaa6fb4574b3606e74f5.tar.bz2
nuttx-edec60f187e9f0297f3acaa6fb4574b3606e74f5.zip
Some fixes to apps/builtin/registry need to handle some additional cases
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5456 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/builtin/Makefile')
-rw-r--r--apps/builtin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/builtin/Makefile b/apps/builtin/Makefile
index 6633146e9..2d8b0193e 100644
--- a/apps/builtin/Makefile
+++ b/apps/builtin/Makefile
@@ -96,6 +96,7 @@ endif
$(Q) touch .built
context:
+ $(Q) $(MAKE) -C registry context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
.depend: Makefile $(SRCS)
$(Q) $(MKDEP) $(ROOTDEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
@@ -104,6 +105,7 @@ context:
depend: .depend
clean:
+ $(Q) $(MAKE) -C registry clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
$(call DELFILE, .built)
$(call CLEAN)