[Cryptech-Commits] [sw/stm32] 06/08: Duh, actually build task_metrics
git at cryptech.is
git at cryptech.is
Thu Sep 7 22:42:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch profiling
in repository sw/stm32.
commit 2913492229286b0578f64ce8c97ef21a9af09464
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Wed May 24 17:53:00 2017 -0400
Duh, actually build task_metrics
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index c7af040..12e7df8 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,9 @@ libhal-test: $(BOARD_OBJS) $(LIBS) $(LIBHAL_BLD)/libhal.a .FORCE
ifdef DO_PROFILING
CFLAGS += -pg -DDO_PROFILING
+endif
+ifdef DO_TASK_METRICS
+CFLAGS += -DDO_TASK_METRICS
hsm: $(BOARD_OBJS) $(LIBS) $(LIBHAL_BLD)/libhal.a $(LIBCLI_BLD)/libcli.a $(LIBPROF_BLD)/libprof.a .FORCE
$(MAKE) -C projects/hsm
else
More information about the Commits
mailing list