[Cryptech-Commits] [sw/stm32] branch master updated: Track libhal RPC_MODE simplification; add bootloader to "all" target.

git at cryptech.is git at cryptech.is
Tue Jun 14 23:39:02 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  f296bc7   Track libhal RPC_MODE simplification; add bootloader to "all" target.
f296bc7 is described below

commit f296bc7c56d8ee8801871c843e759022faa9b8dc
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jun 14 19:38:01 2016 -0400

    Track libhal RPC_MODE simplification; add bootloader to "all" target.
---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 51461c1..db23eae 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ export CFLAGS
 %.o : %.S
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-all: board-test cli-test libhal-test hsm
+all: board-test cli-test libhal-test hsm bootloader
 
 init:
 	git submodule update --init --recursive --remote
@@ -128,7 +128,7 @@ $(LIBTFM_DIR)/libtfm.a:
 	$(MAKE) -C $(LIBTFM_DIR) PREFIX=$(PREFIX)
 
 $(LIBHAL_DIR)/libhal.a: $(LIBTFM_DIR)/libtfm.a
-	$(MAKE) -C $(LIBHAL_DIR) IO_BUS=fmc RPC_SERVER=yes RPC_TRANSPORT=serial KS=volatile libhal.a
+	$(MAKE) -C $(LIBHAL_DIR) IO_BUS=fmc RPC_MODE=server RPC_TRANSPORT=serial KS=volatile libhal.a
 
 $(LIBCLI_DIR)/libcli.a:
 	$(MAKE) -C $(LIBCLI_DIR)
@@ -145,7 +145,7 @@ bootloader: $(BOARD_OBJS) $(LIBS)
 # don't automatically delete objects, to avoid a lot of unnecessary rebuilding
 .SECONDARY: $(BOARD_OBJS)
 
-.PHONY: board-test rtos-test libhal-test cli-test
+.PHONY: board-test rtos-test libhal-test cli-test hsm bootloader
 
 clean:
 	rm -f $(BOARD_OBJS)

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


More information about the Commits mailing list