aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2014-11-25 13:39:53 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2014-11-25 14:40:51 -0800
commit590417bec978bfc3fbf35d303760494395eb65b2 (patch)
treee264e60f8ad9eba772257c9b2676997cd02b7140 /configure.ac
parentc31742961bdab9094c35ef6c1b33186892aa34d1 (diff)
downloadspike-590417bec978bfc3fbf35d303760494395eb65b2.zip
spike-590417bec978bfc3fbf35d303760494395eb65b2.tar.gz
spike-590417bec978bfc3fbf35d303760494395eb65b2.tar.bz2
Factor out the dummy RoCC accelerator
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 d6fb7e5..89d4dcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ AC_SUBST([CXXFLAGS],["-Wall -Wno-unused -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, spike ])
+MCPPBS_SUBPROJECTS([ riscv, hwacha, dummy_rocc, softfloat, spike ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups