[Cryptech-Commits] [sw/stm32] 08/12: make cli-test

git at cryptech.is git at cryptech.is
Mon May 16 09:43:21 UTC 2016


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

fredrik at thulin.net pushed a commit to branch ft-alpha_board_bringup
in repository sw/stm32.

commit 9bbc0727f6cc9a527b5853dded05e39f1eb36b29
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Fri May 13 13:01:06 2016 +0200

    make cli-test
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3b05dfe..42bd054 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ export CFLAGS
 %.o : %.S
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-all: board-test libhal-test hsm
+all: board-test cli-test libhal-test hsm
 
 init:
 	git submodule update --init --recursive
@@ -102,6 +102,9 @@ $(MBED_DIR)/libstmf4.a:
 board-test: $(BOARD_OBJS) $(LIBS)
 	$(MAKE) -C projects/board-test
 
+cli-test: $(BOARD_OBJS) $(LIBS)
+	$(MAKE) -C projects/cli-test
+
 $(RTOS_DIR)/librtos.a:
 	$(MAKE) -C $(RTOS_DIR)
 



More information about the Commits mailing list