File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments