summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6ed3b5422..89036c31f 100755
--- a/SConstruct
+++ b/SConstruct
@@ -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),
)