SConscript (3804:fa7a01dddc7a) SConscript (3817:7df12d77afc2)
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

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

55# Full-system sources
56full_system_sources = Split('''
57 arguments.cc
58 remote_gdb.cc
59 pagetable.cc
60 stacktrace.cc
61 system.cc
62 tlb.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

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

55# Full-system sources
56full_system_sources = Split('''
57 arguments.cc
58 remote_gdb.cc
59 pagetable.cc
60 stacktrace.cc
61 system.cc
62 tlb.cc
63 ua2005.cc
63 vtophys.cc
64 ''')
65
66# Syscall emulation (non-full-system) sources
67syscall_emulation_sources = Split('''
68 linux/linux.cc
69 linux/process.cc
70 process.cc

--- 22 unchanged lines hidden ---
64 vtophys.cc
65 ''')
66
67# Syscall emulation (non-full-system) sources
68syscall_emulation_sources = Split('''
69 linux/linux.cc
70 linux/process.cc
71 process.cc

--- 22 unchanged lines hidden ---