From ed814899541d65783e93a37ab320650c5075c72d Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:19 -0800 Subject: ruby: Ruby changes required to use the python config system This patch includes the necessary changes to connect ruby objects using the python configuration system. Mainly it consists of removing unnecessary ruby object pointers and connecting the necessary object pointers using the generated param objects. This patch includes the slicc changes necessary to connect generated ruby objects together using the python configuraiton system. --- src/mem/ruby/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mem/ruby/SConscript') diff --git a/src/mem/ruby/SConscript b/src/mem/ruby/SConscript index 66b091e22..1f7509df4 100644 --- a/src/mem/ruby/SConscript +++ b/src/mem/ruby/SConscript @@ -87,6 +87,7 @@ def MakeInclude(source): target = generated_dir.File(basename(source)) env.Command(target, source, MakeIncludeAction) +MakeInclude('slicc_interface/AbstractEntry.hh') MakeInclude('slicc_interface/AbstractCacheEntry.hh') MakeInclude('slicc_interface/AbstractProtocol.hh') MakeInclude('slicc_interface/Message.hh') -- cgit v1.2.3