diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-20 08:47:45 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-20 08:47:45 -0500 |
commit | 762043c23a6d8025a84a36c374632d490fba35f9 (patch) | |
tree | 6b94eeb2f620ab725cde377ed3be0cd2294e109b /Makefile | |
parent | d202daead0f05ecb60580fa7be2f23df8c4542fc (diff) |
Fiddling with the UART RX.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |