diff options
author | Paul Selkirk <paul@psgd.org> | 2016-05-24 21:33:59 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-05-24 21:33:59 -0400 |
commit | d41a0247903218dde01b65d0de373e8e0a19541c (patch) | |
tree | e38556f01cfad0a1a05d8d6660264bfd0b2e9303 | |
parent | b0c4128a39061fa79de14c6ea34a0ec721a0ac91 (diff) |
Try harder to pick up updates from our submodules.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |