aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-22 06:48:49 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-22 06:48:49 +0200
commit086fc7f758f48ecfa7e1ddd00957cf5c191eb445 (patch)
treec4fbd7d6568db7b8b82386c7a6d61cb169f8252f /Makefile
parent5bb3e92d362c04ac57537a0ddaa515781076161e (diff)
parent940becd0c1e39168e4836db5927e989f2d780ad3 (diff)
downloadpx4-firmware-086fc7f758f48ecfa7e1ddd00957cf5c191eb445.tar.gz
px4-firmware-086fc7f758f48ecfa7e1ddd00957cf5c191eb445.tar.bz2
px4-firmware-086fc7f758f48ecfa7e1ddd00957cf5c191eb445.zip
Merge pull request #1128 from PX4/uavcan
Basic UAVCAN support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b7c00704..809f54dd3 100644
--- a/Makefile
+++ b/Makefile
@@ -212,6 +212,9 @@ endif
$(NUTTX_SRC):
$(Q) ($(PX4_BASE)/Tools/check_submodules.sh)
+$(UAVCAN_DIR):
+ $(Q) (./Tools/check_submodules.sh)
+
.PHONY: checksubmodules
checksubmodules:
$(Q) ($(PX4_BASE)/Tools/check_submodules.sh)