diff --git a/benchmark/Makefile b/benchmark/Makefile index 52aa4e75..03c6d758 100644 --- a/benchmark/Makefile +++ b/benchmark/Makefile @@ -11,7 +11,7 @@ MODULES_DIR ?= $(PROJECT_DIR)/bench_modules CONFIG_DIR ?= $(PROJECT_DIR)/config # wolfSSL and wolfHSM directories WOLFSSL_DIR ?= ../../wolfssl -WOLFHSM_DIR ?= ../../wolfHSM +WOLFHSM_DIR ?= ../ WOLFHSM_PORT_DIR ?= $(WOLFHSM_DIR)/port/posix # Output directory for build files diff --git a/examples/posix/tcp/wh_client_tcp/Makefile b/examples/posix/tcp/wh_client_tcp/Makefile index 694a49ce..b9c62be4 100644 --- a/examples/posix/tcp/wh_client_tcp/Makefile +++ b/examples/posix/tcp/wh_client_tcp/Makefile @@ -10,7 +10,7 @@ PROJECT_DIR ?= . CONFIG_DIR ?= $(PROJECT_DIR)/config # wolfSSL and wolfHSM directories WOLFSSL_DIR ?= ../../../../../wolfssl -WOLFHSM_DIR ?= ../../../../../wolfHSM +WOLFHSM_DIR ?= ../../../../ WOLFHSM_PORT_DIR ?= $(WOLFHSM_DIR)/port/posix WOLFHSM_DEMO_CLIENT_DIR ?= $(WOLFHSM_DIR)/examples/demo/client diff --git a/examples/posix/tcp/wh_server_tcp/Makefile b/examples/posix/tcp/wh_server_tcp/Makefile index d2cb2a7a..aa34be94 100644 --- a/examples/posix/tcp/wh_server_tcp/Makefile +++ b/examples/posix/tcp/wh_server_tcp/Makefile @@ -10,7 +10,7 @@ PROJECT_DIR ?= . CONFIG_DIR ?= $(PROJECT_DIR)/config # wolfSSL and wolfHSM directories WOLFSSL_DIR ?= ../../../../../wolfssl -WOLFHSM_DIR ?= ../../../../../wolfHSM +WOLFHSM_DIR ?= ../../../../ WOLFHSM_PORT_DIR ?= $(WOLFHSM_DIR)/port/posix # Output directory for build files diff --git a/test/Makefile b/test/Makefile index c1d12880..f5234220 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,7 +10,7 @@ PROJECT_DIR ?= . CONFIG_DIR ?= $(PROJECT_DIR)/config # wolfSSL and wolfHSM directories WOLFSSL_DIR ?= ../../wolfssl -WOLFHSM_DIR ?= ../../wolfHSM +WOLFHSM_DIR ?= ../ WOLFHSM_PORT_DIR ?= $(WOLFHSM_DIR)/port/posix # Output directory for build files