Skip to content

Commit 4f4f459

Browse files
microbuildernashif
authored andcommitted
modules: tf-m: Add missing FWU API file
`tfm_fwu_api.c` was missing from the list of possible source files to be exported from TF-M, which is required when `CONFIG_TFM_PARTITION_FIRMWARE_UPDATE` is defined. Signed-off-by: Kevin Townsend <[email protected]>
1 parent 228d1e9 commit 4f4f459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/trusted-firmware-m/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ if (CONFIG_BUILD_WITH_TFM)
209209

210210
${TFM_INTERFACE_SOURCE_DIR}/tfm_attest_api.c
211211
${TFM_INTERFACE_SOURCE_DIR}/tfm_crypto_api.c
212+
${TFM_INTERFACE_SOURCE_DIR}/tfm_fwu_api.c
212213
${TFM_INTERFACE_SOURCE_DIR}/tfm_its_api.c
213214
${TFM_INTERFACE_SOURCE_DIR}/tfm_platform_api.c
214215
${TFM_INTERFACE_SOURCE_DIR}/tfm_ps_api.c

0 commit comments

Comments
 (0)