SConscript (6330:786136379872) SConscript (8745:575cab0db076)
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

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

29# Authors: Gabe Black
30# Steve Reinhardt
31
32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
35 Source('ev5.cc')
36 Source('faults.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

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

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

--- 17 unchanged lines hidden ---
53 Source('kernel_stats.cc')
54 Source('osfpal.cc')
55 Source('stacktrace.cc')
56 Source('system.cc')
57 Source('vtophys.cc')
58
59 Source('freebsd/system.cc')
60 Source('linux/system.cc')

--- 17 unchanged lines hidden ---