SConscript (3960:1dca397b2bab) SConscript (4188:6a9ac3b35285)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 54 unchanged lines hidden (view full) ---

63 ua2005.cc
64 vtophys.cc
65 ''')
66
67# Syscall emulation (non-full-system) sources
68syscall_emulation_sources = Split('''
69 linux/linux.cc
70 linux/process.cc
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 54 unchanged lines hidden (view full) ---

63 ua2005.cc
64 vtophys.cc
65 ''')
66
67# Syscall emulation (non-full-system) sources
68syscall_emulation_sources = Split('''
69 linux/linux.cc
70 linux/process.cc
71 linux/syscalls.cc
71 process.cc
72 solaris/process.cc
73 solaris/solaris.cc
74 ''')
75
76sources = base_sources
77
78if env['FULL_SYSTEM']:

--- 15 unchanged lines hidden ---
72 process.cc
73 solaris/process.cc
74 solaris/solaris.cc
75 ''')
76
77sources = base_sources
78
79if env['FULL_SYSTEM']:

--- 15 unchanged lines hidden ---