| Index: src/trusted/service_runtime/build.scons
|
| ===================================================================
|
| --- src/trusted/service_runtime/build.scons (revision 4944)
|
| +++ src/trusted/service_runtime/build.scons (working copy)
|
| @@ -250,9 +250,9 @@
|
|
|
|
|
| if env.Bit('target_x86'):
|
| - VALIDATOR_LIBS += ['ncopcode_utils', 'ncvalidate']
|
| if env.Bit('target_x86_64'):
|
| VALIDATOR_LIBS += ['ncvalidate_sfi']
|
| + VALIDATOR_LIBS += ['ncvalidate']
|
| elif env.Bit('target_arm'):
|
| VALIDATOR_LIBS += ['ncvalidate_arm_v2', 'arm_validator_core']
|
|
|
|
|