diff options
author | Nathan Binkert <nate@binkert.org> | 2009-01-19 09:59:15 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-01-19 09:59:15 -0800 |
commit | da14789c32e14c62cdb0e11957607955e2a19c8a (patch) | |
tree | 7ff270c1a9e8547ea28fdf809941f27764977c05 /src/python/SConscript | |
parent | c9d3113015c69766f65851addf41172b9bc046b2 (diff) | |
download | gem5-da14789c32e14c62cdb0e11957607955e2a19c8a.tar.xz |
python: Try to isolate the stuff that's in the m5.internal package a bit more.
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index 726254c1d..a767545ec 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -39,6 +39,8 @@ PySource('m5', 'm5/__init__.py') PySource('m5', 'm5/SimObject.py') PySource('m5', 'm5/config.py') PySource('m5', 'm5/convert.py') +PySource('m5', 'm5/core.py') +PySource('m5', 'm5/debug.py') PySource('m5', 'm5/event.py') PySource('m5', 'm5/main.py') PySource('m5', 'm5/options.py') |