From: Kevin Lim Date: Sat, 22 Apr 2006 23:17:05 +0000 (-0400) Subject: Include new OzoneCPU files X-Git-Tag: m5_2.0_beta1~36^2~108^2~45 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bab47ac3a70c0f2ad3f38ee1c67fd1364eff042;p=gem5.git Include new OzoneCPU files --HG-- extra : convert_revision : f8c8751aab62df5d57c6491c5ce9b90b5a176e86 --- 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