SConscript (2665:a124942bacb8) SConscript (2666:f60aacba399c)
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

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

46base_sources = Split('''
47 faults.cc
48 isa_traits.cc
49 ''')
50
51# Full-system sources
52full_system_sources = Split('''
53 memory.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

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

46base_sources = Split('''
47 faults.cc
48 isa_traits.cc
49 ''')
50
51# Full-system sources
52full_system_sources = Split('''
53 memory.cc
54 arguments.cc
55 mips34k.cc
54 mips34k.cc
56 osfpal.cc
57 stacktrace.cc
58 vtophys.cc
59 ''')
60
61# Syscall emulation (non-full-system) sources
62syscall_emulation_sources = Split('''
63 linux/linux.cc
64 linux/process.cc
65 process.cc
66 ''')

--- 20 unchanged lines hidden ---
55 ''')
56
57# Syscall emulation (non-full-system) sources
58syscall_emulation_sources = Split('''
59 linux/linux.cc
60 linux/process.cc
61 process.cc
62 ''')

--- 20 unchanged lines hidden ---