aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-03-31 00:49:57 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2019-05-14 01:50:01 -0700
commit7ac569476e8759d59e0698086bf1493154387bc0 (patch)
tree9cb1cf51f81daf1b1497c583783675d51cc3c86a /configure.ac
parentc611cda2198ada65aae4c1ca6fd8a1d8f3cb0821 (diff)
downloadspike-7ac569476e8759d59e0698086bf1493154387bc0.zip
spike-7ac569476e8759d59e0698086bf1493154387bc0.tar.gz
spike-7ac569476e8759d59e0698086bf1493154387bc0.tar.bz2
Add fesvr; only globally install fesvr headers/libs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e361877..6b28bf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,7 +86,7 @@ AC_SUBST([CXXFLAGS],["-Wall -Wno-unused -g -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, dummy_rocc, softfloat, spike_main ])
+MCPPBS_SUBPROJECTS([ fesvr, riscv, dummy_rocc, softfloat, spike_main ])
#-------------------------------------------------------------------------
# MCPPBS subproject groups
@@ -107,6 +107,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([riscv-spike.pc])
AC_CONFIG_FILES([riscv-riscv.pc])
+AC_CONFIG_FILES([riscv-fesvr.pc])
AC_CONFIG_FILES([riscv-softfloat.pc])
AC_CONFIG_FILES([riscv-dummy_rocc.pc])
AC_CONFIG_FILES([riscv-spike_main.pc])