Skip to content

Commit ea3e1db

Browse files
committed
Added missing object in trustzone builds
1 parent d3c47d1 commit ea3e1db

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ tools/unit-tests/unit-multiboot
164164
tools/unit-tests/unit-psa_store
165165
tools/unit-tests/unit-qspi-flash
166166
tools/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

options.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)