Skip to content

Commit

Permalink
ci: Try stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 5, 2024
1 parent c857499 commit c15ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/common/verilator.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ comma := ,
# Dumps file list separated by commas, for Github caching of verilator build
.PHONY: vlt-flist
vlt-flist:
@echo $(subst $(space),$(comma),$(VLT_FLIST))
@echo $(subst $(space),$(comma),$(strip $(VLT_FLIST)))

$(BIN_DIR)/$(TARGET).vlt: $(VLT_SOURCES) $(TB_CC_SOURCES) $(VLT_CC_SOURCES) $(VLT_BUILDDIR)/lib/libfesvr.a | $(BIN_DIR)
$(VLT) $(shell $(BENDER) script verilator $(VLT_BENDER)) \
Expand Down

0 comments on commit c15ca10

Please sign in to comment.