From 762043c23a6d8025a84a36c374632d490fba35f9 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Fri, 20 Sep 2024 08:47:45 -0500 Subject: Fiddling with the UART RX. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7752ba..4eeeae1 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ tmp/$(TOPMODULE).v: tmp/$(TOPFILE).bo tmp/%.bo: @mkdir -p $(dir $@) bsc -verilog $(BSC_COMP_FLAGS) $< +# Hack around not having precise dependency information for Bluespec files. .PHONY: tmp/$(TOPFILE).bo tmp/depends.mk: -- cgit v1.2.3