summaryrefslogtreecommitdiff
path: root/src/cpu/SConscript
diff options
context:
space:
mode:
authorAndreas Sandberg <Andreas.Sandberg@arm.com>2012-11-02 11:32:01 -0500
committerAndreas Sandberg <Andreas.Sandberg@arm.com>2012-11-02 11:32:01 -0500
commitebe65a394bdb6b23d99fa01bcea105065a648991 (patch)
tree7a314b86752f4f53c2759c9321f3faf20d9527bb /src/cpu/SConscript
parentdf02047d5a362296bde9d07dba6dba59516fa328 (diff)
downloadgem5-ebe65a394bdb6b23d99fa01bcea105065a648991.tar.xz
cpu: Add header files for checker CPUs
In order to create reliable SWIG wrappers, we need to include the declaration of the wrapped class in the SWIG file. Previously, we didn't expose the declaration of checker CPUs. This patch adds header files for such CPUs and include them in the SWIG wrapper. --HG-- rename : src/cpu/dummy_checker_builder.cc => src/cpu/dummy_checker.cc rename : src/cpu/o3/checker_builder.cc => src/cpu/o3/checker.cc
Diffstat (limited to 'src/cpu/SConscript')
-rw-r--r--src/cpu/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript
index e1ba59b8b..913e58a8e 100644
--- a/src/cpu/SConscript
+++ b/src/cpu/SConscript
@@ -127,7 +127,7 @@ if env['TARGET_ISA'] == 'sparc':
SimObject('DummyChecker.py')
Source('checker/cpu.cc')
-Source('dummy_checker_builder.cc')
+Source('dummy_checker.cc')
DebugFlag('Checker')
DebugFlag('Activity')