summaryrefslogtreecommitdiff
path: root/src/dev/mips/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-10-17 23:15:53 -0700
committerGabe Black <gblack@eecs.umich.edu>2010-10-17 23:15:53 -0700
commit968447db6681f2a2d7358195bbff53b60c75bedb (patch)
tree96af3c1e53f9a9f0e818e46bc6e16925a2c04bb7 /src/dev/mips/SConscript
parentb289966a7817487d05bdf9722786a1216032978a (diff)
downloadgem5-968447db6681f2a2d7358195bbff53b60c75bedb.tar.xz
MIPS: Get rid of the backdoor device copy/pasted from and only used in Alpha.
Diffstat (limited to 'src/dev/mips/SConscript')
-rwxr-xr-xsrc/dev/mips/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/mips/SConscript b/src/dev/mips/SConscript
index 982d87266..ebb47da33 100755
--- a/src/dev/mips/SConscript
+++ b/src/dev/mips/SConscript
@@ -32,12 +32,10 @@
Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'mips':
- SimObject('MipsBackdoor.py')
SimObject('Malta.py')
TraceFlag('Malta')
- Source('backdoor.cc')
Source('malta.cc')
Source('malta_cchip.cc')
Source('malta_io.cc')