Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / src / minsfi / untrusted / nacl.scons
1 # Copyright (c) 2014 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 Import('env')
6
7 if not env.Bit('bitcode') or not env.Bit('minsfi'):
8   Return()
9
10 env.ComponentLibrary('minsfi_support', [
11     '_exit.c',
12     'abort.c',
13     'malloc.c',
14     'sbrk.c',
15     'sched_yield.c',
16     'start.c',
17     'sysconf.c',
18   ])