From 7bab47ac3a70c0f2ad3f38ee1c67fd1364eff042 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Sat, 22 Apr 2006 19:17:05 -0400 Subject: [PATCH] Include new OzoneCPU files --HG-- extra : convert_revision : f8c8751aab62df5d57c6491c5ce9b90b5a176e86 --- cpu/SConscript | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2