SConscript (8792:1c0812bae427) SConscript (9022:bb25e7646c41)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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: Timothy M. Jones
30
31Import('*')
32
33if env['TARGET_ISA'] == 'power':
34# Workaround for bug in SCons version > 0.97d20071212
35# Scons bug id: 2006 M5 Bug id: 308
36 Dir('isa/formats')
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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: Timothy M. Jones
30
31Import('*')
32
33if env['TARGET_ISA'] == 'power':
34# Workaround for bug in SCons version > 0.97d20071212
35# Scons bug id: 2006 M5 Bug id: 308
36 Dir('isa/formats')
37 Source('decoder.cc')
37 Source('insts/branch.cc')
38 Source('insts/mem.cc')
39 Source('insts/integer.cc')
40 Source('insts/floating.cc')
41 Source('insts/condition.cc')
42 Source('insts/static_inst.cc')
43 Source('interrupts.cc')
44 Source('linux/linux.cc')

--- 21 unchanged lines hidden ---
38 Source('insts/branch.cc')
39 Source('insts/mem.cc')
40 Source('insts/integer.cc')
41 Source('insts/floating.cc')
42 Source('insts/condition.cc')
43 Source('insts/static_inst.cc')
44 Source('interrupts.cc')
45 Source('linux/linux.cc')

--- 21 unchanged lines hidden ---