aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-09-22 04:28:22 -0700
committerAndrew Waterman <andrew@sifive.com>2020-09-22 04:28:22 -0700
commit59d450e58646bdc0af5e9250df7d6267c3c791fc (patch)
tree02a111a8dde57f54d95edda9cb9b3ee532ecef7b /configure.ac
parentb1dc3826d0254b5d4853037cd399560b39745983 (diff)
downloadriscv-isa-sim-59d450e58646bdc0af5e9250df7d6267c3c791fc.zip
riscv-isa-sim-59d450e58646bdc0af5e9250df7d6267c3c791fc.tar.gz
riscv-isa-sim-59d450e58646bdc0af5e9250df7d6267c3c791fc.tar.bz2
Separate build of spike and spike-dasm
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 c63490b..139043b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ AX_APPEND_LINK_FLAGS([-Wl,--export-dynamic])
# The '*' suffix indicates an optional subproject. The '**' suffix
# indicates an optional subproject which is also the name of a group.
-MCPPBS_SUBPROJECTS([ fesvr, riscv, customext, fdt, softfloat, spike_main ])
+MCPPBS_SUBPROJECTS([ fesvr, riscv, disasm, customext, fdt, softfloat, spike_main, spike_dasm ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups