SConscript (8780:89e0822462a1) SConscript (9022:bb25e7646c41)
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

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

27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Gabe Black
30# Steve Reinhardt
31
32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
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

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

27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Gabe Black
30# Steve Reinhardt
31
32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
35 Source('decoder.cc')
35 Source('ev5.cc')
36 Source('faults.cc')
37 Source('freebsd/system.cc')
38 Source('idle_event.cc')
39 Source('interrupts.cc')
40 Source('ipr.cc')
41 Source('isa.cc')
42 Source('kernel_stats.cc')

--- 28 unchanged lines hidden ---
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('kernel_stats.cc')

--- 28 unchanged lines hidden ---