From 96e0f3bda58554f6125e824833b7399f1dcf77a1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 3 Mar 2011 23:55:21 -0800 Subject: SCons: Clean up some inconsistent capitalization in scons options. --- src/mem/protocol/SConsopts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/protocol') diff --git a/src/mem/protocol/SConsopts b/src/mem/protocol/SConsopts index 6e4cab248..0e794d5f0 100644 --- a/src/mem/protocol/SConsopts +++ b/src/mem/protocol/SConsopts @@ -50,7 +50,7 @@ all_protocols = [ 'MOESI_hammer', ] -opt = EnumVariable('PROTOCOL', 'Coherence Protocol for Ruby', 'MI_example', +opt = EnumVariable('PROTOCOL', 'Coherence protocol for Ruby', 'MI_example', all_protocols) sticky_vars.AddVariables(opt) -- cgit v1.2.3