Turn instructions into a makefile command, allowing Windows GUI kids to create a make target in Eclipse just for this

This commit is contained in:
Lorenz Meier
2014-07-07 17:51:30 +02:00
parent 72ccbe9c4e
commit cd9f4f33a5
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -216,6 +216,10 @@ $(NUTTX_SRC):
checksubmodules:
$(Q) (./Tools/check_submodules.sh)
.PHONY: updatesubmodules
updatesubmodules:
$(Q) (git submodule update)
#
# Testing targets
#