aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/Makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-08-11 16:13:09 -0400
committerPaul Selkirk <paul@psgd.org>2016-08-11 16:13:09 -0400
commit77f36214ca4ca3bd7e763d43ca4592624a980e57 (patch)
tree807b9f88fd0283027fcf32a0ca1a42a06204119c /projects/hsm/Makefile
parente3fe7d89b6094bfef42f42329e15631f684f0748 (diff)
Multiple threads and multiple cores, to deal with multiple clients.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r--projects/hsm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index 0ab4bff..87679ca 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -26,9 +26,7 @@ BOARD_OBJS = \
$(BOARD_DIR)/stm32f4xx_hal_msp.o \
$(BOARD_DIR)/stm32f4xx_it_rtos.o
-ifndef CRYPTECH_ROOT
- CRYPTECH_ROOT := $(abspath ../../../..)
-endif
+CFLAGS += -DNUM_RPC_TASK=6
CFLAGS += -I$(LIBHAL_SRC)
CFLAGS += -I$(LIBCLI_SRC)