SConscript (9040:cdfe09f9bdee) SConscript (9057:f5ee56466b91)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 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

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

35if env['TARGET_ISA'] == 'mips':
36 Source('bare_iron/system.cc')
37 Source('decoder.cc')
38 Source('dsp.cc')
39 Source('faults.cc')
40 Source('idle_event.cc')
41 Source('interrupts.cc')
42 Source('isa.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 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

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

35if env['TARGET_ISA'] == 'mips':
36 Source('bare_iron/system.cc')
37 Source('decoder.cc')
38 Source('dsp.cc')
39 Source('faults.cc')
40 Source('idle_event.cc')
41 Source('interrupts.cc')
42 Source('isa.cc')
43 Source('isa_traits.cc')
44 Source('linux/linux.cc')
45 Source('linux/process.cc')
46 Source('linux/system.cc')
47 Source('pagetable.cc')
48 Source('process.cc')
49 Source('remote_gdb.cc')
50 Source('stacktrace.cc')
51 Source('system.cc')

--- 16 unchanged lines hidden ---
43 Source('linux/linux.cc')
44 Source('linux/process.cc')
45 Source('linux/system.cc')
46 Source('pagetable.cc')
47 Source('process.cc')
48 Source('remote_gdb.cc')
49 Source('stacktrace.cc')
50 Source('system.cc')

--- 16 unchanged lines hidden ---