From e8b7df072b17bfd86b294fc47cf29d3d013f646a Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sun, 19 Jun 2011 21:43:39 -0400 Subject: inorder: make InOrder CPU FS compilable/visible make syscall a SE mode only functionality copy over basic FS functions (hwrei) to make FS compile --- tests/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 00ceebdec..2316d9092 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -270,7 +270,8 @@ if env['FULL_SYSTEM']: 'tsunami-simple-atomic-dual', 'tsunami-simple-timing-dual', 'twosys-tsunami-simple-atomic', - 'tsunami-o3', 'tsunami-o3-dual'] + 'tsunami-o3', 'tsunami-o3-dual', + 'tsunami-inorder'] if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', 't1000-simple-timing'] -- cgit v1.2.3