summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 0f8704a80..73197c65b 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -211,7 +211,10 @@ $(BIN): context depend $(LINKLIBS)
$(MAKE) -C $(ARCH_SRC) TOPDIR=$(TOPDIR) LINKLIBS="$(LINKLIBS)" $(BIN)
depend:
- @for dir in $(MAKEDIRS) ; do \
+ echo "CLEANDIRS: $(CLEANDIRS)"
+ echo "MAKEDIRS: $(MAKEDIRS)"
+ for dir in $(MAKEDIRS) ; do \
+ echo "-- DEPS in $$dir --" ; \
$(MAKE) -C $$dir TOPDIR=$(TOPDIR) depend ; \
done