aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-05-24 21:33:59 -0400
committerPaul Selkirk <paul@psgd.org>2016-05-24 21:33:59 -0400
commitd41a0247903218dde01b65d0de373e8e0a19541c (patch)
treee38556f01cfad0a1a05d8d6660264bfd0b2e9303
parentb0c4128a39061fa79de14c6ea34a0ec721a0ac91 (diff)
Try harder to pick up updates from our submodules.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c4710f..57ed42c 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ export CFLAGS
all: board-test cli-test libhal-test hsm
init:
- git submodule update --init --recursive
+ git submodule update --init --recursive --remote
$(MBED_DIR)/libstmf4.a:
$(MAKE) -C $(MBED_DIR)