diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2011-02-25 17:54:56 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2011-02-25 17:54:56 -0600 |
commit | e7edd270aabd3705f025e10f3f496723230b01ae (patch) | |
tree | 7e5ae99fe97507ac5ba97b09a1117f1242f218fb /src/mem/ruby/SConscript | |
parent | 6bf7153104637c18133fa36c02ca6a4a9b015799 (diff) | |
download | gem5-e7edd270aabd3705f025e10f3f496723230b01ae.tar.xz |
Ruby: Remove libruby
This patch removes libruby_internal.hh, libruby.hh and libruby.cc. It moves
the contents to libruby.hh to RubyRequest.hh and RubyRequest.cc files.
Diffstat (limited to 'src/mem/ruby/SConscript')
-rw-r--r-- | src/mem/ruby/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mem/ruby/SConscript b/src/mem/ruby/SConscript index 339787a22..4d8c82cf8 100644 --- a/src/mem/ruby/SConscript +++ b/src/mem/ruby/SConscript @@ -43,8 +43,6 @@ if env['TARGET_ISA'] == 'no': if not env['RUBY']: Return() -Source('libruby.cc') - def do_embed_text(target, source, env): """convert a text file into a file that can be embedded in C using an #include statement, that defines a \"const char *\" pointing @@ -95,6 +93,7 @@ MakeInclude('slicc_interface/AbstractCacheEntry.hh') MakeInclude('slicc_interface/AbstractProtocol.hh') MakeInclude('slicc_interface/Message.hh') MakeInclude('slicc_interface/NetworkMessage.hh') +MakeInclude('slicc_interface/RubyRequest.hh') # External types MakeInclude('buffers/MessageBuffer.hh') |