File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,13 +148,13 @@ unit-spi-flash: ../../include/target.h unit-spi-flash.c
148148unit-qspi-flash : ../../include/target.h unit-qspi-flash.c
149149 gcc -o $@ $^ $(CFLAGS ) $(LDFLAGS )
150150
151- unit-tpm-rsa-exp : ../../include/target.h unit-tpm-rsa-exp.c
151+ unit-tpm-rsa-exp : ../../include/target.h unit-tpm-rsa-exp.c ../../src/string.c
152152 gcc -o $@ $^ $(CFLAGS ) -I$(WOLFBOOT_LIB_WOLFTPM ) -DWOLFBOOT_TPM \
153153 -DWOLFTPM_USER_SETTINGS -DWOLFBOOT_TPM_VERIFY -DWOLFBOOT_SIGN_RSA2048 \
154154 -DWOLFBOOT_HASH_SHA256 \
155155 -ffunction-sections -fdata-sections $(LDFLAGS ) -Wl,--gc-sections
156156
157- unit-tpm-check-rot-auth : ../../include/target.h unit-tpm-check-rot-auth.c
157+ unit-tpm-check-rot-auth : ../../include/target.h unit-tpm-check-rot-auth.c ../../src/string.c
158158 gcc -o $@ $^ $(CFLAGS ) -I$(WOLFBOOT_LIB_WOLFTPM ) -DWOLFBOOT_TPM \
159159 -DWOLFTPM_USER_SETTINGS -DWOLFBOOT_TPM_VERIFY -DWOLFBOOT_SIGN_RSA2048 \
160160 -DWOLFBOOT_HASH_SHA256 \
You can’t perform that action at this time.
0 commit comments