File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ tools/unit-tests/unit-image-sha384
170170tools /unit-tests /unit-store-sbrk
171171tools /unit-tests /unit-tpm-blob
172172tools /unit-tests /unit-update-disk
173+ tools /unit-tests /unit-policy-sign
173174
174175
175176
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ unit-tpm-blob: ../../include/target.h unit-tpm-blob.c
133133 -ffunction-sections -fdata-sections $(LDFLAGS ) -Wl,--gc-sections
134134
135135unit-policy-sign : ../../include/target.h unit-policy-sign.c
136- gcc -o $@ $^ $( CFLAGS ) -I../tpm -I$(WOLFBOOT_LIB_WOLFTPM ) -DWOLFBOOT_TPM \
136+ gcc -o $@ $^ -I../tpm $( CFLAGS ) -I$(WOLFBOOT_LIB_WOLFTPM ) -DWOLFBOOT_TPM \
137137 -DWOLFTPM_USER_SETTINGS -DWOLFBOOT_SIGN_ECC256 -DWOLFBOOT_HASH_SHA256 \
138138 -DHAVE_ECC -DHAVE_ECC_KEY_IMPORT \
139139 -ffunction-sections -fdata-sections $(LDFLAGS ) -Wl,--gc-sections
You can’t perform that action at this time.
0 commit comments