Skip to content

Commit 5286e38

Browse files
committed
Link the PSA library the README's PSA_LIB_PATH names
1 parent 64845b4 commit 5286e38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

psa/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LIBS ?= -L$(WOLFSSL_INSTALL_DIR)/lib -lm
55

66
# PSA implementation
77
PSA_INCLUDE ?=
8-
PSA_WOLFSSL_INSTALL_DIR ?=
8+
PSA_LIB_PATH ?=
99

1010
# option variables
1111
DYN_LIB = -lwolfssl -lm
@@ -24,7 +24,7 @@ LIBS+=$(DYN_LIB)
2424
ifneq ($(PSA_INCLUDE),)
2525
CFLAGS += -I$(PSA_INCLUDE)
2626
endif
27-
LIBS += $(PSA_WOLFSSL_INSTALL_DIR)
27+
LIBS += $(PSA_LIB_PATH)
2828

2929
TARGETS=client-tls13-ecc-psa server-tls13-ecc-psa
3030

0 commit comments

Comments
 (0)