SCons: Clean up some inconsistent capitalization in scons options.
This commit is contained in:
parent
fa448129b1
commit
96e0f3bda5
2 changed files with 2 additions and 2 deletions
|
@ -361,7 +361,7 @@ global_vars.AddVariables(
|
|||
('BATCH', 'Use batch pool for build and tests', False),
|
||||
('BATCH_CMD', 'Batch pool submission command name', 'qdo'),
|
||||
('M5_BUILD_CACHE', 'Cache built objects in this directory', False),
|
||||
('EXTRAS', 'Add Extra directories to the compilation', '',
|
||||
('EXTRAS', 'Add extra directories to the compilation', '',
|
||||
PathListAllExist, PathListMakeAbsolute),
|
||||
)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue