SConscript (8755:a9934545489d) SConscript (8777:dd43f1c9fa0a)
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

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

32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
35 Source('ev5.cc')
36 Source('faults.cc')
37 Source('interrupts.cc')
38 Source('ipr.cc')
39 Source('isa.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

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

32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
35 Source('ev5.cc')
36 Source('faults.cc')
37 Source('interrupts.cc')
38 Source('ipr.cc')
39 Source('isa.cc')
40 Source('kernel_stats.cc')
41 Source('osfpal.cc')
40 Source('pagetable.cc')
41 Source('regredir.cc')
42 Source('remote_gdb.cc')
42 Source('pagetable.cc')
43 Source('regredir.cc')
44 Source('remote_gdb.cc')
45 Source('stacktrace.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')
46 Source('tlb.cc')
47 Source('utility.cc')
48 Source('vtophys.cc')
49
50 SimObject('AlphaInterrupts.py')
51 SimObject('AlphaTLB.py')
52
53 if env['FULL_SYSTEM']:
54 SimObject('AlphaSystem.py')
55
56 Source('idle_event.cc')
54 Source('kernel_stats.cc')
55 Source('osfpal.cc')
56 Source('stacktrace.cc')
57 Source('system.cc')
58
59 Source('freebsd/system.cc')
60 Source('linux/system.cc')
61 Source('tru64/system.cc')
62
63 else:
64 Source('process.cc')

--- 13 unchanged lines hidden ---
57 Source('system.cc')
58
59 Source('freebsd/system.cc')
60 Source('linux/system.cc')
61 Source('tru64/system.cc')
62
63 else:
64 Source('process.cc')

--- 13 unchanged lines hidden ---