From 590417bec978bfc3fbf35d303760494395eb65b2 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 25 Nov 2014 13:39:53 -0800 Subject: Factor out the dummy RoCC accelerator --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.1