diff options
author | Nathan Binkert <nate@binkert.org> | 2008-06-14 21:15:58 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2008-06-14 21:15:58 -0700 |
commit | 779c31077c965e28575fca3c065d651fcc87c134 (patch) | |
tree | df2decb74822eb05ebca8d68c6bc4e1a462dd53f /src/python/SConscript | |
parent | 4afdc40d70db76d895cc9bfe6bf3786d379589b7 (diff) | |
download | gem5-779c31077c965e28575fca3c065d651fcc87c134.tar.xz |
python: Separate the options parsing stuff. Remove options parsing stuff from
main.py so things are a bit more obvious.
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index 0785b4307..cca9217b0 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -39,6 +39,7 @@ PySource('m5', 'm5/SimObject.py') PySource('m5', 'm5/convert.py') PySource('m5', 'm5/event.py') PySource('m5', 'm5/main.py') +PySource('m5', 'm5/options.py') PySource('m5', 'm5/params.py') PySource('m5', 'm5/proxy.py') PySource('m5', 'm5/simulate.py') |