summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8bbe904..16ef1df 100644
--- a/Makefile
+++ b/Makefile
@@ -116,4 +116,9 @@ install_iname:
echo "***************************************************" ; \
fi
+depend:
+ for dir in usr utils utils/fwparam_ibft; do \
+ $(MAKE) -C $$dir $@; \
+ done
+
# vim: ft=make tw=72 sw=4 ts=4: