summaryrefslogtreecommitdiff
path: root/src/python/SConscript
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-01-19 09:59:15 -0800
committerNathan Binkert <nate@binkert.org>2009-01-19 09:59:15 -0800
commitda14789c32e14c62cdb0e11957607955e2a19c8a (patch)
tree7ff270c1a9e8547ea28fdf809941f27764977c05 /src/python/SConscript
parentc9d3113015c69766f65851addf41172b9bc046b2 (diff)
downloadgem5-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/SConscript2
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')