summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-05-12 20:55:21 -0400
committerKorey Sewell <ksewell@umich.edu>2009-05-12 20:55:21 -0400
commita032d91016fedc7e5d4540441b1843bc3dae7e9d (patch)
tree35dcadd83dd23ead41dfa2433af379aec6e91e25 /src/cpu
parent373e55c7b9bb2ec7be12ca31e6ecdd5180c00b2e (diff)
downloadgem5-a032d91016fedc7e5d4540441b1843bc3dae7e9d.tar.xz
cpus: add InOrderCPU to default build
regressions need this so they build the model
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/inorder/SConsopts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/inorder/SConsopts b/src/cpu/inorder/SConsopts
index 82ebd18ea..e66119c6d 100644
--- a/src/cpu/inorder/SConsopts
+++ b/src/cpu/inorder/SConsopts
@@ -31,3 +31,4 @@
Import('*')
all_cpu_list.append('InOrderCPU')
+default_cpus.append('InOrderCPU')