aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-07 17:51:30 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-07 17:51:30 +0200
commitcd9f4f33a593e8eea8a0314b776d1ad3ef847462 (patch)
tree44cb031aeee14403b99c6d1f64c2f9a40f27dcff /Makefile
parent72ccbe9c4ed304997fa5a4fdbf4bd668c69c35b0 (diff)
downloadpx4-firmware-cd9f4f33a593e8eea8a0314b776d1ad3ef847462.tar.gz
px4-firmware-cd9f4f33a593e8eea8a0314b776d1ad3ef847462.tar.bz2
px4-firmware-cd9f4f33a593e8eea8a0314b776d1ad3ef847462.zip
Turn instructions into a makefile command, allowing Windows GUI kids to create a make target in Eclipse just for this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7703cc04e..8ec5277e2 100644
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,10 @@ $(NUTTX_SRC):
checksubmodules:
$(Q) (./Tools/check_submodules.sh)
+.PHONY: updatesubmodules
+updatesubmodules:
+ $(Q) (git submodule update)
+
#
# Testing targets
#