diff -r 406739eb43f2 -r d61cd2e5889a SConstruct --- a/SConstruct Thu Mar 03 02:40:07 2011 -0800 +++ b/SConstruct Thu Mar 03 02:40:29 2011 -0800 @@ -361,7 +361,7 @@ ('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), ) diff -r 406739eb43f2 -r d61cd2e5889a src/mem/protocol/SConsopts --- a/src/mem/protocol/SConsopts Thu Mar 03 02:40:07 2011 -0800 +++ b/src/mem/protocol/SConsopts Thu Mar 03 02:40:29 2011 -0800 @@ -50,7 +50,7 @@ '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)