summaryrefslogtreecommitdiff
path: root/src/python/SConscript
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-06-14 21:15:59 -0700
committerNathan Binkert <nate@binkert.org>2008-06-14 21:15:59 -0700
commitfc48d1dcf55d7195bf79cddb93dfd341a5fada7e (patch)
tree50df1e2555956712b0c03be96527966a6c044ef4 /src/python/SConscript
parent779c31077c965e28575fca3c065d651fcc87c134 (diff)
downloadgem5-fc48d1dcf55d7195bf79cddb93dfd341a5fada7e.tar.xz
Add .m5 configuration directory
Diffstat (limited to 'src/python/SConscript')
-rw-r--r--src/python/SConscript1
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')