SConscript (9040:cdfe09f9bdee) SConscript (9057:f5ee56466b91)
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

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

35 Source('decoder.cc')
36 Source('ev5.cc')
37 Source('faults.cc')
38 Source('freebsd/system.cc')
39 Source('idle_event.cc')
40 Source('interrupts.cc')
41 Source('ipr.cc')
42 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

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

35 Source('decoder.cc')
36 Source('ev5.cc')
37 Source('faults.cc')
38 Source('freebsd/system.cc')
39 Source('idle_event.cc')
40 Source('interrupts.cc')
41 Source('ipr.cc')
42 Source('isa.cc')
43 Source('isa_traits.cc')
44 Source('kernel_stats.cc')
45 Source('linux/linux.cc')
46 Source('linux/process.cc')
47 Source('linux/system.cc')
48 Source('osfpal.cc')
49 Source('pagetable.cc')
50 Source('process.cc')
51 Source('regredir.cc')

--- 21 unchanged lines hidden ---
43 Source('kernel_stats.cc')
44 Source('linux/linux.cc')
45 Source('linux/process.cc')
46 Source('linux/system.cc')
47 Source('osfpal.cc')
48 Source('pagetable.cc')
49 Source('process.cc')
50 Source('regredir.cc')

--- 21 unchanged lines hidden ---