Skip to content

Commit ea75226

Browse files
committed
test-app: Removed wolfssl fixed include path
1 parent 1ebd623 commit ea75226

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ifeq ($(TZEN),1)
9797
CFLAGS+=-I./
9898
APP_OBJS+=../hal/$(TARGET)_ns.o
9999
ifeq ($(WOLFCRYPT_TZ),1)
100-
CFLAGS+=-I"$(WOLFBOOT_LIB_WOLFSSL)" -I../lib/wolfssl
100+
CFLAGS+=-I"$(WOLFBOOT_LIB_WOLFSSL)"
101101
APP_OBJS+=../src/wc_secure_calls.o
102102
WOLFCRYPT_APP_OBJS+=\
103103
$(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/memory.o \
@@ -168,7 +168,7 @@ ifeq ($(TZEN),1)
168168
ifeq ($(WOLFCRYPT_TZ_PSA),1)
169169
CFLAGS+=-DWOLFCRYPT_TZ_PSA -DWOLFSSL_HAVE_PSA
170170
CFLAGS+=-I../zephyr/include -I../lib/wolfPSA/wolfpsa
171-
CFLAGS+=-I"$(WOLFBOOT_LIB_WOLFSSL)" -I../lib/wolfssl/wolfssl
171+
CFLAGS+=-I"$(WOLFBOOT_LIB_WOLFSSL)" -I"$(WOLFBOOT_LIB_WOLFSSL)/wolfssl"
172172
APP_OBJS+=hal_trng_psa.o
173173
APP_OBJS+=../zephyr/src/wolfboot_psa_ns_api.o
174174
APP_OBJS+=arm_tee_ns_interface_stub.o

0 commit comments

Comments
 (0)