summaryrefslogtreecommitdiff
path: root/build/SConstruct
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-03-14 15:38:26 -0500
committerAli Saidi <saidi@eecs.umich.edu>2005-03-14 15:38:26 -0500
commit76e6dd01ae4a534adad1d34398fefc819771a781 (patch)
treea678ca355625b9199cbb0f64ca42d247e520accb /build/SConstruct
parentc1f5b983f0c8cece7a8387b05b40889c9520fb39 (diff)
parentbc2923f78d739ad5ff42dee402c5ba27c02004f1 (diff)
downloadgem5-76e6dd01ae4a534adad1d34398fefc819771a781.tar.xz
Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
--HG-- extra : convert_revision : 9eed6f31249ff099464044b32b882b3cc041b57a
Diffstat (limited to 'build/SConstruct')
-rw-r--r--build/SConstruct5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/SConstruct b/build/SConstruct
index 3d7db1db2..e33373243 100644
--- a/build/SConstruct
+++ b/build/SConstruct
@@ -62,6 +62,9 @@ if not os.path.isdir('ext'):
% EXT_SRCDIR
sys.exit(1)
+# tell python where to find m5 python code
+sys.path.append(os.path.join(SRCDIR, 'python'))
+
###################################################
#
@@ -289,7 +292,7 @@ for build_dir in build_dirs:
###################################################
#
# Let SCons do its thing. At this point SCons will use the defined
-# build enviornments to build the requested targets.
+# build environments to build the requested targets.
#
###################################################