aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-26 16:26:39 -0800
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-26 16:26:39 -0800
commitfb3be246718190972e8e30688d64632cbb910329 (patch)
tree6a1c11b2bec419946c871711dad8c793f9419ed7 /configure.ac
parentafa56de3d56a00998ce8e7a0f8a73a3996bd1f25 (diff)
downloadriscv-isa-sim-fb3be246718190972e8e30688d64632cbb910329.zip
riscv-isa-sim-fb3be246718190972e8e30688d64632cbb910329.tar.gz
riscv-isa-sim-fb3be246718190972e8e30688d64632cbb910329.tar.bz2
Eliminate hwacha <-> riscv circular dependence
We now split out the spike executable into another subproject, which depends on both rocket and hwacha
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf35807..ce84dc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ AC_SUBST([CXXFLAGS],["-Wall -O2 -std=c++11"])
# The '*' suffix indicates an optional subproject. The '**' suffix
# indicates an optional subproject which is also the name of a group.
-MCPPBS_SUBPROJECTS([ riscv, hwacha, softfloat ])
+MCPPBS_SUBPROJECTS([ riscv, hwacha, softfloat, spike ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups