Skip to content

Commit

Permalink
ci: Correct flist for verilator build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 5, 2024
1 parent 2cbfa20 commit c857499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/common/verilator.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ VLT_FLIST = $(VLT_SOURCES)
VLT_FLIST += $(TB_CC_SOURCES)
VLT_FLIST += $(VLT_CC_SOURCES)

space := $(subst ,, )
comma := ,
# Dumps file list separated by commas, for Github caching of verilator build
.PHONY: vlt-flist
vlt-flist:
@echo $(subst $(space),$(comma),$(VLT_FLIST))
Expand Down

0 comments on commit c857499

Please sign in to comment.