aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2014-12-20 13:37:14 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2014-12-20 13:37:14 -0800
commit416c8be88c712a99451f3770534a7fe712cb17af (patch)
tree7157bc929b92b8a48bf3514f06ae5a51b3e5937f /configure.ac
parente26e8c58799c2b179940b83e1ab4f376a132774d (diff)
downloadriscv-isa-sim-416c8be88c712a99451f3770534a7fe712cb17af.zip
riscv-isa-sim-416c8be88c712a99451f3770534a7fe712cb17af.tar.gz
riscv-isa-sim-416c8be88c712a99451f3770534a7fe712cb17af.tar.bz2
Support building from within root directory
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 89d4dcf..084028f 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, dummy_rocc, softfloat, spike ])
+MCPPBS_SUBPROJECTS([ riscv, hwacha, dummy_rocc, softfloat, spike_main ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups