summaryrefslogtreecommitdiff
path: root/cpu/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/SConscript')
-rw-r--r--cpu/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/SConscript b/cpu/SConscript
index c34971acf..5d727bd25 100644
--- a/cpu/SConscript
+++ b/cpu/SConscript
@@ -150,6 +150,13 @@ if 'OzoneCPU' in env['CPU_MODELS']:
ozone/lw_lsq.cc
''')
+if 'CheckerCPU' in env['CPU_MODELS']:
+ sources += Split('''
+ checker/cpu.cc
+ checker/cpu_builder.cc
+ checker/o3_cpu_builder.cc
+ ''')
+
# FullCPU sources are included from m5/SConscript since they're not
# below this point in the file hierarchy.