Skip to content

Commit

Permalink
tfm: Fix TF-M with Initial Attestation compilation error
Browse files Browse the repository at this point in the history
Fix TF-M with Initial Attestation enabled resulting in a compilation
error for a missing path.
This is a regression from: c6154d5

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
  • Loading branch information
joerchan authored and nordicjm committed Jul 14, 2023
1 parent 2e7c793 commit 93e7fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tfm/tfm/boards/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if (${TFM_PARTITION_CRYPTO})
if (${TFM_PARTITION_INITIAL_ATTESTATION})
target_sources(platform_s
PRIVATE
${NRF_DIR}/lib/identity_key/identity_key.c
${ZEPHYR_NRF_MODULE_DIR}/lib/identity_key/identity_key.c
)
endif()

Expand Down

0 comments on commit 93e7fcc

Please sign in to comment.