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