From cf6b4ef734293e1efdfa015519230703be5d324a Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 11 May 2009 10:38:46 -0700 Subject: ruby: add RUBY sticky option that must be set to add ruby to the build Default is false --- src/mem/ruby/common/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mem/ruby/common') diff --git a/src/mem/ruby/common/SConscript b/src/mem/ruby/common/SConscript index 8313aa7ad..15df8312e 100644 --- a/src/mem/ruby/common/SConscript +++ b/src/mem/ruby/common/SConscript @@ -30,6 +30,9 @@ Import('*') +if not env['RUBY']: + Return() + Source('Address.cc') Source('DataBlock.cc') Source('Debug.cc') -- cgit v1.2.3