aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Zhang <xinyu.zhang@arm.com>2021-06-11 15:13:52 +0800
committerKen Liu <ken.liu@arm.com>2021-06-15 04:22:23 +0200
commit8dfeefe282b5e4f7b705ced4d9ae6f894c9d1225 (patch)
tree929763dc0e9496195d4f8dd3bbe9f2bb45c3f6b9
parentadc485ad3f0276223a92fb462c7d82ae46743912 (diff)
downloadtrusted-firmware-m-8dfeefe282b5e4f7b705ced4d9ae6f894c9d1225.tar.gz
Build: Remove duplicated target source in platform_s
According to line 49, attest_hal.c is added twice in target platform_s. Remove this line because this file should only be added when PLATFORM_DUMMY_ATTEST_HAL is enabled. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: Ie4df4763b9473a724eb4267f26b67147022e7639
-rwxr-xr-xplatform/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt
index 666ce41e07..8bcf77797a 100755
--- a/platform/CMakeLists.txt
+++ b/platform/CMakeLists.txt
@@ -39,7 +39,6 @@ target_include_directories(platform_s
target_sources(platform_s
PRIVATE
- ext/common/template/attest_hal.c
$<$<BOOL:${TFM_PARTITION_PROTECTED_STORAGE}>:${CMAKE_CURRENT_SOURCE_DIR}/ext/common/tfm_hal_ps.c>
$<$<BOOL:${TFM_PARTITION_INTERNAL_TRUSTED_STORAGE}>:${CMAKE_CURRENT_SOURCE_DIR}/ext/common/tfm_hal_its.c>
ext/common/tfm_platform.c