Skip to content

Commit 606e875

Browse files
committed
Addressed copilot comment
1 parent 916d954 commit 606e875

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ tools/unit-tests/unit-image-sha384
170170
tools/unit-tests/unit-store-sbrk
171171
tools/unit-tests/unit-tpm-blob
172172
tools/unit-tests/unit-update-disk
173+
tools/unit-tests/unit-policy-sign
173174

174175

175176

tools/unit-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

135135
unit-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

0 commit comments

Comments
 (0)