diff options
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 4 |
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) |