aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPavel Kirienko <pavel.kirienko@gmail.com>2014-07-08 20:19:17 +0400
committerPavel Kirienko <pavel.kirienko@gmail.com>2014-07-08 20:19:17 +0400
commit6814ddccffd6f9f5a208ad87ffb5aa4045ba8543 (patch)
tree0beca15ce245488e25a205e2a74e3049fbde71f3 /Makefile
parent56649bd10a414a91237dd11142b33851b2a9015c (diff)
downloadpx4-firmware-6814ddccffd6f9f5a208ad87ffb5aa4045ba8543.tar.gz
px4-firmware-6814ddccffd6f9f5a208ad87ffb5aa4045ba8543.tar.bz2
px4-firmware-6814ddccffd6f9f5a208ad87ffb5aa4045ba8543.zip
UAVCAN as a submodule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8bf96ca23..e2d50e8fc 100644
--- a/Makefile
+++ b/Makefile
@@ -212,6 +212,9 @@ endif
$(NUTTX_SRC):
$(Q) (./Tools/check_submodules.sh)
+$(UAVCAN_DIR):
+ $(Q) (./Tools/check_submodules.sh)
+
.PHONY: checksubmodules
checksubmodules:
$(Q) (./Tools/check_submodules.sh)