diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-10-17 23:15:53 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-10-17 23:15:53 -0700 |
commit | 968447db6681f2a2d7358195bbff53b60c75bedb (patch) | |
tree | 96af3c1e53f9a9f0e818e46bc6e16925a2c04bb7 /src/dev/mips/SConscript | |
parent | b289966a7817487d05bdf9722786a1216032978a (diff) | |
download | gem5-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-x | src/dev/mips/SConscript | 2 |
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') |