Remove support for bloop

This commit is contained in:
abejgonzalez
2020-12-02 14:46:46 -08:00
parent 4e53dc1e66
commit a0e2dcfc4e
4 changed files with 0 additions and 28 deletions

View File

@@ -65,13 +65,6 @@ VLOG_SOURCES = $(call lookup_srcs,$(SOURCE_DIRS),sv) $(call lookup_srcs,$(SOURCE
SBT_SOURCE_DIRS = $(addprefix $(base_dir)/,generators sims/firesim/sim tools)
SBT_SOURCES = $(call lookup_srcs,$(SBT_SOURCE_DIRS),sbt) $(base_dir)/build.sbt $(base_dir)/project/plugins.sbt $(base_dir)/project/build.properties
#########################################################################################
# Bloop Project Definitions
#########################################################################################
$(BLOOP_CONFIG_DIR)/TIMESTAMP: $(SBT_SOURCES)
cd $(base_dir) && $(SBT) ";project chipyardRoot; bloopInstall"
touch $@
#########################################################################################
# SBT Server Setup (needed to rebuild project correctly)
#########################################################################################