From 77f36214ca4ca3bd7e763d43ca4592624a980e57 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 11 Aug 2016 16:13:09 -0400 Subject: Multiple threads and multiple cores, to deal with multiple clients. --- projects/hsm/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'projects/hsm/Makefile') 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) -- cgit v1.2.3