Fix driver.mk

This commit is contained in:
Jerry Zhao 2023-07-31 16:39:59 -07:00
parent 587ccb407a
commit 2be9492234
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ DRIVER_CC := \
$(driver_dir)/bridges/BridgeHarness.cc \
$(driver_dir)/bridges/$(DESIGN).cc \
$(testchipip_csrc_dir)/testchip_tsi.cc \
$(testchipip_csrc_dir)/testchip_htif.cc \
$(wildcard $(addprefix $(firesim_lib_dir)/, \
bridges/uart.cc \
bridges/tsibridge.cc \