SConscript (3123:34edfd0ff545) SConscript (3522:dc17a8e74141)
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

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

49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources
56full_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

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

49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
57 ua2005.cc
58 vtophys.cc
57 vtophys.cc
58 system.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 solaris/process.cc

--- 21 unchanged lines hidden ---
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 solaris/process.cc

--- 21 unchanged lines hidden ---