From 821dfc12892ee841916d9aab411f2db7937ba7c4 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 8 Aug 2011 10:50:13 -0500 Subject: BuildEnv: Eliminate RUBY as build environment variable This patch replaces RUBY with PROTOCOL in all the SConscript files as the environment variable that decides whether or not certain components of the simulator are compiled. --- src/mem/ruby/system/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/ruby/system') diff --git a/src/mem/ruby/system/SConscript b/src/mem/ruby/system/SConscript index f1e7c425c..4cf0b31ad 100644 --- a/src/mem/ruby/system/SConscript +++ b/src/mem/ruby/system/SConscript @@ -30,7 +30,7 @@ Import('*') -if not env['RUBY']: +if env['PROTOCOL'] == 'None': Return() SimObject('Cache.py') -- cgit v1.2.3