diff options
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 |