[make] Find all build.sbt files and use them for bloop prereqs

This commit is contained in:
David Biancolin
2020-06-21 23:36:23 +00:00
parent 5e4d2103cc
commit c5b09541be
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ lookup_srcs = $(shell find -L $(1)/ -name target -prune -o -iname "*.$(2)" -prin
SOURCE_DIRS = $(addprefix $(base_dir)/,generators sims/firesim/sim tools/barstools/iocell)
SCALA_SOURCES = $(call lookup_srcs,$(SOURCE_DIRS),scala)
VLOG_SOURCES = $(call lookup_srcs,$(SOURCE_DIRS),sv) $(call lookup_srcs,$(SOURCE_DIRS),v)
# This assumes no SBT meta-build sources
SBT_SOURCES = $(call lookup_srcs,$(base_dir),sbt)
#########################################################################################
# rocket and testchipip classes