SConscript (3551:08d588714ee1) SConscript (3804:fa7a01dddc7a)
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

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

51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
57 arguments.cc
58 remote_gdb.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

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

51 miscregfile.cc
52 regfile.cc
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
57 arguments.cc
58 remote_gdb.cc
59 pagetable.cc
59 stacktrace.cc
60 system.cc
61 tlb.cc
62 vtophys.cc
63 ''')
64
65# Syscall emulation (non-full-system) sources
66syscall_emulation_sources = Split('''

--- 25 unchanged lines hidden ---
60 stacktrace.cc
61 system.cc
62 tlb.cc
63 vtophys.cc
64 ''')
65
66# Syscall emulation (non-full-system) sources
67syscall_emulation_sources = Split('''

--- 25 unchanged lines hidden ---