SConscript (2686:f0d591379ac3) SConscript (2745:4e889ebfdad0)
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

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

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

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

47base_sources = Split('''
48 faults.cc
49 isa_traits.cc
50 utility.cc
51 ''')
52
53# Full-system sources
54full_system_sources = Split('''
55 memory.cc
56 mips34k.cc
55 #Insert Full-System Files Here
57 ''')
58
59# Syscall emulation (non-full-system) sources
60syscall_emulation_sources = Split('''
61 linux/linux.cc
62 linux/process.cc
63 process.cc
64 ''')

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

--- 20 unchanged lines hidden ---