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

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

37 Source('interrupts.cc')
38 Source('ipr.cc')
39 Source('isa.cc')
40 Source('pagetable.cc')
41 Source('regredir.cc')
42 Source('remote_gdb.cc')
43 Source('tlb.cc')
44 Source('utility.cc')
45 Source('vtophys.cc')
46
47 SimObject('AlphaInterrupts.py')
48 SimObject('AlphaTLB.py')
49
50 if env['FULL_SYSTEM']:
51 SimObject('AlphaSystem.py')
52
53 Source('idle_event.cc')
54 Source('kernel_stats.cc')
55 Source('osfpal.cc')
56 Source('stacktrace.cc')
57 Source('system.cc')
57 Source('vtophys.cc')
58
59 Source('freebsd/system.cc')
60 Source('linux/system.cc')
61 Source('tru64/system.cc')
62
63 else:
64 Source('process.cc')
65

--- 12 unchanged lines hidden ---