Fixed build with RSA4096 (tfm.o was missing)

pull/86/head
Daniele Lacamera 2020-11-05 10:16:51 +01:00
parent 2e440b7b24
commit 5562107ec8
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit f8176dd6464e0bbaa18a875c83e2db0c2cc3394d
Subproject commit b40543b3421273f5ef1d1849bc44bf4931a92286

View File

@ -75,6 +75,7 @@ ifeq ($(SIGN),RSA4096)
./lib/wolfssl/wolfcrypt/src/hash.o \
./lib/wolfssl/wolfcrypt/src/wolfmath.o \
./lib/wolfssl/wolfcrypt/src/wc_port.o \
./lib/wolfssl/wolfcrypt/src/tfm.o \
./src/xmalloc_rsa.o
PUBLIC_KEY_OBJS=./src/rsa4096_pub_key.o
CFLAGS+=-DWOLFBOOT_SIGN_RSA4096 -DXMALLOC_USER $(RSA_EXTRA_CFLAGS) \