File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,11 @@ unit-tpm-blob: ../../include/target.h unit-tpm-blob.c
132132 -DWOLFBOOT_HASH_SHA256 \
133133 -ffunction-sections -fdata-sections $(LDFLAGS ) -Wl,--gc-sections
134134
135- unit-policy-sign : ../../include/target.h unit-policy-sign.c
135+ unit-policy-sign : ../../include/target.h unit-policy-sign.c \
136+ $(WOLFBOOT_LIB_WOLFSSL ) /wolfcrypt/src/memory.c
136137 gcc -o $@ $^ -I../tpm $(CFLAGS ) -I$(WOLFBOOT_LIB_WOLFTPM ) -DWOLFBOOT_TPM \
137138 -DWOLFTPM_USER_SETTINGS -DWOLFBOOT_SIGN_ECC256 -DWOLFBOOT_HASH_SHA256 \
138- -DHAVE_ECC - DHAVE_ECC_KEY_IMPORT \
139+ -DHAVE_ECC_KEY_IMPORT \
139140 -ffunction-sections -fdata-sections $(LDFLAGS ) -Wl,--gc-sections
140141
141142unit-store-sbrk : unit-store-sbrk.c ../../src/store_sbrk.c
You can’t perform that action at this time.
0 commit comments