From 85b576f31500959084d83195d2a5609f8f629417 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Wed, 22 Feb 2023 12:27:06 +0800 Subject: [PATCH] fix Makefile --- regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression/Makefile b/regression/Makefile index 4e486bc5829..7788f212f4c 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -143,7 +143,7 @@ vsim-bmark-tests: $(VSIM_BMARK_TEST_STAMPS) vsim-regression-tests: $(VSIM_REGRESSION_TEST_STAMPS) vsim-torture: $(VSIM_TORTURE_STAMPS) -submodule_names = torture hardfloat api-config-chipsalliance $(ROCKETCHIP_ADDONS) +submodule_names = torture hardfloat cde $(ROCKETCHIP_ADDONS) # Checks out all the rocket-chip submodules stamps/other-submodules.stamp: