We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606e875 commit 9b67b92Copy full SHA for 9b67b92
1 file changed
tools/unit-tests/Makefile
@@ -132,10 +132,11 @@ unit-tpm-blob: ../../include/target.h unit-tpm-blob.c
132
-DWOLFBOOT_HASH_SHA256 \
133
-ffunction-sections -fdata-sections $(LDFLAGS) -Wl,--gc-sections
134
135
-unit-policy-sign: ../../include/target.h unit-policy-sign.c
+unit-policy-sign: ../../include/target.h unit-policy-sign.c \
136
+ $(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/memory.c
137
gcc -o $@ $^ -I../tpm $(CFLAGS) -I$(WOLFBOOT_LIB_WOLFTPM) -DWOLFBOOT_TPM \
138
-DWOLFTPM_USER_SETTINGS -DWOLFBOOT_SIGN_ECC256 -DWOLFBOOT_HASH_SHA256 \
- -DHAVE_ECC -DHAVE_ECC_KEY_IMPORT \
139
+ -DHAVE_ECC_KEY_IMPORT \
140
141
142
unit-store-sbrk: unit-store-sbrk.c ../../src/store_sbrk.c
0 commit comments