SConscript (2632:1bb2f91485ea) SConscript (2650:a012c079984a)
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

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

42# Base sources used by all configurations.
43base_sources = Split('''
44 faults.cc
45 isa_traits.cc
46 ''')
47
48# Full-system sources
49full_system_sources = Split('''
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

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

42# Base sources used by all configurations.
43base_sources = Split('''
44 faults.cc
45 isa_traits.cc
46 ''')
47
48# Full-system sources
49full_system_sources = Split('''
50 tlb.cc
51 arguments.cc
52 ev5.cc
53 osfpal.cc
54 stacktrace.cc
55 vtophys.cc
50 ua2005.cc
56 ''')
57
58# Syscall emulation (non-full-system) sources
59syscall_emulation_sources = Split('''
60 linux/linux.cc
61 linux/process.cc
62 solaris/solaris.cc
63 solaris/process.cc

--- 21 unchanged lines hidden ---
51 ''')
52
53# Syscall emulation (non-full-system) sources
54syscall_emulation_sources = Split('''
55 linux/linux.cc
56 linux/process.cc
57 solaris/solaris.cc
58 solaris/process.cc

--- 21 unchanged lines hidden ---