aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-20 08:47:45 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-20 08:47:45 -0500
commit762043c23a6d8025a84a36c374632d490fba35f9 (patch)
tree6b94eeb2f620ab725cde377ed3be0cd2294e109b /Makefile
parentd202daead0f05ecb60580fa7be2f23df8c4542fc (diff)
Fiddling with the UART RX.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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: