summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-12-04 08:59:53 -0800
committerSteve Reinhardt <stever@eecs.umich.edu>2006-12-04 08:59:53 -0800
commit6b9903f4265a263df5a99c607b4595360fa4f56d (patch)
tree290d574d84d598bad19444a6856418afd0406a18 /SConstruct
parent6ae75ac958ade68940cc44216de20c9e22c39de4 (diff)
downloadgem5-6b9903f4265a263df5a99c607b4595360fa4f56d.tar.xz
SConstruct:
Couple minor fixes. SConstruct: Couple minor fixes. --HG-- extra : convert_revision : 25f3c12570287334c2cbd1cf9b8227043a57e7d1
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index a16ede5a5..b9a2defda 100644
--- a/SConstruct
+++ b/SConstruct
@@ -90,7 +90,7 @@ except:
# The absolute path to the current directory (where this file lives).
ROOT = Dir('.').abspath
-# Paths to the M5 and external source trees.
+# Path to the M5 source tree.
SRCDIR = joinpath(ROOT, 'src')
# tell python where to find m5 python code
@@ -331,7 +331,7 @@ env['ALL_ISA_LIST'] = ['alpha', 'sparc', 'mips']
env['ALL_CPU_LIST'] = ['AtomicSimpleCPU', 'TimingSimpleCPU',
'O3CPU', 'OzoneCPU']
-if os.path.isdir(joinpath(SRCDIR, 'src/encumbered/cpu/full')):
+if os.path.isdir(joinpath(SRCDIR, 'encumbered/cpu/full')):
env['ALL_CPU_LIST'] += ['FullCPU']
# Sticky options get saved in the options file so they persist from