diff options
author | Nathan Binkert <nate@binkert.org> | 2008-06-14 21:15:59 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2008-06-14 21:15:59 -0700 |
commit | fc48d1dcf55d7195bf79cddb93dfd341a5fada7e (patch) | |
tree | 50df1e2555956712b0c03be96527966a6c044ef4 /src/python/SConscript | |
parent | 779c31077c965e28575fca3c065d651fcc87c134 (diff) | |
download | gem5-fc48d1dcf55d7195bf79cddb93dfd341a5fada7e.tar.xz |
Add .m5 configuration directory
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 cca9217b0..32bab4526 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -36,6 +36,7 @@ Source('swig/pyobject.cc') PySource('m5', 'm5/__init__.py') PySource('m5', 'm5/SimObject.py') +PySource('m5', 'm5/config.py') PySource('m5', 'm5/convert.py') PySource('m5', 'm5/event.py') PySource('m5', 'm5/main.py') |