summaryrefslogtreecommitdiff
path: root/src/SConscript
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-07-12 17:20:01 -0400
committerKevin Lim <ktlim@umich.edu>2006-07-12 17:20:01 -0400
commit6f81ae5cade20f855831065e31355e11eb2b9182 (patch)
treeebfb8cf984c2b5afd7983da13d869fa244c5d256 /src/SConscript
parente758c1fc0404fca9e95139ed98ee422c43742c97 (diff)
downloadgem5-6f81ae5cade20f855831065e31355e11eb2b9182.tar.xz
Be sure to include the EIO sources as well so we can run regression tests.
src/SConscript: It's no longer "ALPHA_ISA". I don't think we meant to leave out the EIO sources. --HG-- extra : convert_revision : 1ca63ffb571d9021f1ced0bf0df1816b0b798edc
Diffstat (limited to 'src/SConscript')
-rw-r--r--src/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript
index 9825cafe7..10faf5aaf 100644
--- a/src/SConscript
+++ b/src/SConscript
@@ -298,7 +298,7 @@ alpha_eio_sources = Split('''
encumbered/eio/eio.cc
''')
-if env['TARGET_ISA'] == 'ALPHA_ISA':
+if env['TARGET_ISA'] == 'alpha':
syscall_emulation_sources += alpha_eio_sources
memtest_sources = Split('''