diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-04-22 19:17:05 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-04-22 19:17:05 -0400 |
commit | 7bab47ac3a70c0f2ad3f38ee1c67fd1364eff042 (patch) | |
tree | 600361ff79ad9b12ba5fe76d11bca382579fbc7a /cpu | |
parent | 6b4396111ba26fd16c7cf0047c4cb3e13036c298 (diff) | |
download | gem5-7bab47ac3a70c0f2ad3f38ee1c67fd1364eff042.tar.xz |
Include new OzoneCPU files
--HG--
extra : convert_revision : f8c8751aab62df5d57c6491c5ce9b90b5a176e86
Diffstat (limited to 'cpu')
-rw-r--r-- | cpu/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/SConscript b/cpu/SConscript index 888dbdc22..c34971acf 100644 --- a/cpu/SConscript +++ b/cpu/SConscript @@ -146,6 +146,8 @@ if 'OzoneCPU' in env['CPU_MODELS']: sources += Split(''' ozone/back_end.cc ozone/lsq_unit.cc + ozone/lw_back_end.cc + ozone/lw_lsq.cc ''') # FullCPU sources are included from m5/SConscript since they're not |