[Cryptech-Commits] [sw/stm32] branch master updated: hsm project was failing with obscure make error because makefile did not specify dependency on libcli.

git at cryptech.is git at cryptech.is
Wed Jun 15 02:38:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/stm32.

The following commit(s) were added to refs/heads/master by this push:
       new  764c6f6   hsm project was failing with obscure make error because makefile did not specify dependency on libcli.
764c6f6 is described below

commit 764c6f6bd0d055c871e69f0af47d1fa0c7ae0924
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jun 14 22:38:06 2016 -0400

    hsm project was failing with obscure make error because makefile did not specify dependency on libcli.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index db23eae..1bdb5fa 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,7 @@ $(LIBCLI_DIR)/libcli.a:
 libhal-test: $(BOARD_OBJS) $(LIBS) $(LIBHAL_DIR)/libhal.a
 	$(MAKE) -C projects/libhal-test
 
-hsm: $(BOARD_OBJS) $(LIBS) $(LIBHAL_DIR)/libhal.a $(RTOS_DIR)/librtos.a
+hsm: $(BOARD_OBJS) $(LIBS) $(LIBHAL_DIR)/libhal.a $(RTOS_DIR)/librtos.a $(LIBCLI_DIR)/libcli.a
 	$(MAKE) -C projects/hsm
 
 bootloader: $(BOARD_OBJS) $(LIBS)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list