SConstruct:
authorSteve Reinhardt <stever@eecs.umich.edu>
Mon, 4 Dec 2006 16:59:53 +0000 (08:59 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Mon, 4 Dec 2006 16:59:53 +0000 (08:59 -0800)
Couple minor fixes.

SConstruct:
    Couple minor fixes.

--HG--
extra : convert_revision : 25f3c12570287334c2cbd1cf9b8227043a57e7d1

SConstruct

index a16ede5a540a8faa8817b24944be6061f394cafe..b9a2defda51a365df3f6bb143f0345e9e1b4ae3c 100644 (file)
@@ -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