Skip to content

Commit 1a28188

Browse files
build: Fetch libs before bl2 stage
BL2 stage depends on path variables from library fetches. Signed-off-by: Dávid Házi <[email protected]> Change-Id: I646168675d583d73033dc9e5e6da24b7f336eca8
1 parent 39c8ef7 commit 1a28188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ include(${TFM_TOOLCHAIN_FILE})
3737

3838
project("Trusted Firmware M" VERSION ${TFM_VERSION} LANGUAGES C CXX ASM)
3939

40+
add_subdirectory(lib/ext)
41+
4042
if(BL2)
4143
add_subdirectory(bl2)
4244
endif()
4345

4446
add_subdirectory(lib/backtrace)
45-
add_subdirectory(lib/ext)
47+
4648
add_subdirectory(lib/fih)
4749
add_subdirectory(lib/tfm_log)
4850
add_subdirectory(lib/tfm_log_unpriv)

0 commit comments

Comments
 (0)