aboutsummaryrefslogtreecommitdiff
path: root/platform/ext
diff options
context:
space:
mode:
authorMark Horvath <mark.horvath@arm.com>2021-06-17 08:48:56 +0200
committerMark Horvath <mark.horvath@arm.com>2021-06-17 08:53:18 +0200
commit195f3ca5be786d48f28ce41aca8c3ed11d1e0515 (patch)
tree0dfb79a81fab6c50d34786e44808979515e96ecc /platform/ext
parentc0d98c8b9090ac656b6edec25ae5682223750b70 (diff)
downloadtrusted-firmware-m-195f3ca5be786d48f28ce41aca8c3ed11d1e0515.tar.gz
Platform: Fix build of Musca-B1's BL0
Moving the arm platforms under arm directory broke some include paths for BL0. Change-Id: Ief3cf71afe5700099da1351f6605ffc060b8edde Signed-off-by: Mark Horvath <mark.horvath@arm.com>
Diffstat (limited to 'platform/ext')
-rw-r--r--platform/ext/target/arm/musca_b1/sse_200/bl0/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ext/target/arm/musca_b1/sse_200/bl0/CMakeLists.txt b/platform/ext/target/arm/musca_b1/sse_200/bl0/CMakeLists.txt
index a8998be8d2..c10c954c50 100644
--- a/platform/ext/target/arm/musca_b1/sse_200/bl0/CMakeLists.txt
+++ b/platform/ext/target/arm/musca_b1/sse_200/bl0/CMakeLists.txt
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2020, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -38,8 +38,8 @@ target_include_directories(bl0
target_include_directories(bl0
PUBLIC
- ${CMAKE_MUSCA_B1_SSE_200_SOURCE_DIR}/../../../cmsis
- ${CMAKE_MUSCA_B1_SSE_200_SOURCE_DIR}/../../../../include
+ ${CMAKE_SOURCE_DIR}/platform/ext/cmsis
+ ${CMAKE_SOURCE_DIR}/platform/include
)
target_compile_definitions(bl0