From e7edd270aabd3705f025e10f3f496723230b01ae Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Fri, 25 Feb 2011 17:54:56 -0600 Subject: 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. --- src/mem/ruby/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mem/ruby/SConscript') 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') -- cgit v1.2.3