SConscript (5217:bb810bb8ca2d) SConscript (5647:b06b49498c79)
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

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

42 Source('regfile.cc')
43 Source('remote_gdb.cc')
44 Source('tlb.cc')
45 Source('utility.cc')
46
47 SimObject('AlphaTLB.py')
48
49 if env['FULL_SYSTEM']:
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

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

42 Source('regfile.cc')
43 Source('remote_gdb.cc')
44 Source('tlb.cc')
45 Source('utility.cc')
46
47 SimObject('AlphaTLB.py')
48
49 if env['FULL_SYSTEM']:
50 SimObject('AlphaInterrupts.py')
50 SimObject('AlphaSystem.py')
51
52 Source('idle_event.cc')
51 SimObject('AlphaSystem.py')
52
53 Source('idle_event.cc')
54 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 ---
55 Source('kernel_stats.cc')
56 Source('osfpal.cc')
57 Source('stacktrace.cc')
58 Source('system.cc')
59 Source('vtophys.cc')
60
61 Source('freebsd/system.cc')
62 Source('linux/system.cc')

--- 17 unchanged lines hidden ---