summaryrefslogtreecommitdiff
path: root/src/mem/ruby/profiler/SConscript
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2016-12-05 16:49:07 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2016-12-05 16:49:07 -0500
commitc642d6fc379f811ce3e84eb2d7fc95ef4920a6f4 (patch)
treedccb0492220a6d1260c0c671d4c43dbc08853b26 /src/mem/ruby/profiler/SConscript
parentebd9018a139178aed432b257ff4ce6dc2d5f795f (diff)
downloadgem5-c642d6fc379f811ce3e84eb2d7fc95ef4920a6f4.tar.xz
ruby: Remove RubyMemoryControl and associated files
This patch removes the deprecated RubyMemoryControl. The DRAMCtrl module should be used instead.
Diffstat (limited to 'src/mem/ruby/profiler/SConscript')
-rw-r--r--src/mem/ruby/profiler/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/profiler/SConscript b/src/mem/ruby/profiler/SConscript
index d1e9972e4..783dc78db 100644
--- a/src/mem/ruby/profiler/SConscript
+++ b/src/mem/ruby/profiler/SConscript
@@ -35,6 +35,5 @@ if env['PROTOCOL'] == 'None':
Source('AccessTraceForAddress.cc')
Source('AddressProfiler.cc')
-Source('MemCntrlProfiler.cc')
Source('Profiler.cc')
Source('StoreTrace.cc')