File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,12 @@ tools/unit-tests/unit-multiboot
164164tools /unit-tests /unit-psa_store
165165tools /unit-tests /unit-qspi-flash
166166tools /unit-tests /unit-tpm-rsa-exp
167+ tools /unit-tests /unit-image-nopart
168+ tools /unit-tests /unit-image-sha3-384
169+ tools /unit-tests /unit-image-sha384
170+ tools /unit-tests /unit-store-sbrk
171+ tools /unit-tests /unit-tpm-blob
172+ tools /unit-tests /unit-update-disk
167173
168174
169175
Original file line number Diff line number Diff line change @@ -793,6 +793,7 @@ ifeq ($(WOLFCRYPT_TZ_PKCS11),1)
793793 CFLAGS+ =-I$(WOLFBOOT_LIB_WOLFPKCS11 )
794794 CFLAGS+=-DWP11_HASH_PIN_COST =3
795795 LDFLAGS+=--specs =nano.specs
796+ WOLFCRYPT_OBJS+ =src/store_sbrk.o
796797 WOLFCRYPT_OBJS+ =src/pkcs11_store.o
797798 WOLFCRYPT_OBJS+ =src/pkcs11_callable.o
798799 WOLFCRYPT_OBJS+ =$(WOLFBOOT_LIB_WOLFSSL ) /wolfcrypt/src/pwdbased.o
@@ -839,6 +840,7 @@ ifeq ($(WOLFCRYPT_TZ_PSA),1)
839840 WOLFPSA_CFLAGS+ =-I$(WOLFBOOT_LIB_WOLFPSA )
840841 WOLFPSA_CFLAGS+ =-I$(WOLFBOOT_LIB_WOLFPSA ) /wolfpsa
841842 LDFLAGS+=--specs =nano.specs
843+ WOLFCRYPT_OBJS+ =src/store_sbrk.o
842844 WOLFCRYPT_OBJS+ =src/psa_store.o
843845 WOLFCRYPT_OBJS+ =src/arm_tee_psa_veneer.o
844846 WOLFCRYPT_OBJS+ =src/arm_tee_psa_ipc.o
You can’t perform that action at this time.
0 commit comments