From d41a0247903218dde01b65d0de373e8e0a19541c Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 24 May 2016 21:33:59 -0400 Subject: Try harder to pick up updates from our submodules. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3