1
0

fetch rocketchip_addons during regression submodule step

This commit is contained in:
Colin Schmidt 2016-02-26 11:05:41 -08:00
parent 8c73d10fe1
commit 68a49c7700

View File

@ -64,19 +64,12 @@ fsim-asm-tests: stamps/$(CONFIG)/fsim-asm-tests.stamp
fsim-bmark-tests: stamps/$(CONFIG)/fsim-bmark-tests.stamp fsim-bmark-tests: stamps/$(CONFIG)/fsim-bmark-tests.stamp
fsim-torture: stamps/$(CONFIG)/fsim-torture-$(TORTURE_CONFIG).stamp fsim-torture: stamps/$(CONFIG)/fsim-torture-$(TORTURE_CONFIG).stamp
submodule_names = chisel context-dependent-environments dramsim2 groundtest hardfloat junctions rocket torture uncore zscale $(ROCKETCHIP_ADDONS)
# Checks out all the rocket-chip submodules # Checks out all the rocket-chip submodules
stamps/other-submodules.stamp: stamps/other-submodules.stamp:
mkdir -p $(dir $@) mkdir -p $(dir $@)
git -C $(abspath $(TOP)) submodule update --init --recursive chisel git -C $(abspath $(TOP)) submodule update --init --recursive $(submodule_names)
git -C $(abspath $(TOP)) submodule update --init --recursive context-dependent-environments
git -C $(abspath $(TOP)) submodule update --init --recursive dramsim2
git -C $(abspath $(TOP)) submodule update --init --recursive groundtest
git -C $(abspath $(TOP)) submodule update --init --recursive hardfloat
git -C $(abspath $(TOP)) submodule update --init --recursive junctions
git -C $(abspath $(TOP)) submodule update --init --recursive rocket
git -C $(abspath $(TOP)) submodule update --init --recursive torture
git -C $(abspath $(TOP)) submodule update --init --recursive uncore
git -C $(abspath $(TOP)) submodule update --init --recursive zscale
date > $@ date > $@
$(RISCV)/install.stamp: $(RISCV)/install.stamp: