Skip to content

Commit 0ebe757

Browse files
committed
fixup
1 parent 5da6a9c commit 0ebe757

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/trusted/service_runtime/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,16 @@ if (LINUX AND NOT BUILD_ELSEWHERE)
496496
DEPENDS nacl_bootstrap
497497
)
498498

499+
add_custom_target(nacl_helper_bootstrap
500+
COMMAND "${PYTHON}"
501+
"${CMAKE_CURRENT_LIST_DIR}/linux/nacl_bootstrap_munge_phdr.py"
502+
"${CMAKE_BINARY_DIR}/src/trusted/service_runtime/nacl_bootstrap_raw"
503+
"${CMAKE_BINARY_DIR}/src/trusted/service_runtime/nacl_helper_bootstrap"
504+
DEPENDS nacl_bootstrap_raw
505+
)
506+
507+
add_dependencies(sel_ldr nacl_bootstrap_raw)
508+
499509
#TODO: bootstrap_raw = bootstrap_env.Command(
500510
#TODO: 'nacl_bootstrap_raw',
501511
#TODO: [bootstrap_obj],

0 commit comments

Comments
 (0)