Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/posix/tcp/wh_client_tcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/posix/tcp/wh_server_tcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down