| Index: src/trusted/service_runtime/build.scons
|
| diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
|
| index 172e31b4e45a21001766ca61d6ddff0d2d7b463f..47f846960bda628a569312f02ba153ab24d41a23 100644
|
| --- a/src/trusted/service_runtime/build.scons
|
| +++ b/src/trusted/service_runtime/build.scons
|
| @@ -79,6 +79,7 @@ ldr_inputs = [
|
| 'sys_list_mappings.c',
|
| 'sys_memory.c',
|
| 'sys_parallel_io.c',
|
| + 'sys_random.c',
|
| 'thread_suspension_common.c',
|
| 'thread_suspension_unwind.c',
|
| ]
|
|
|