Skip to content

Commit

Permalink
target/xilinx: Rename phonies appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Feb 23, 2024
1 parent e923e55 commit f9337b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/xilinx/xilinx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $$(CHS_XILINX_DIR)/out/%.$(1).bit: \
cd $$| && $(VIVADO) -mode batch -log ../$$*.$(1).log -jou ../$$*.$(1).jou -source $$< \
-tclargs "$(1) $$* $$(CHS_XILINX_IPS_$(1):%=$(CHS_XILINX_DIR)/build/$(1).%/out.xci)"

chs_xilinx_$(1): $$(CHS_XILINX_DIR)/out/cheshire.$(1).bit
.PHONY: chs-xilinx-$(1)
chs-xilinx-$(1): $$(CHS_XILINX_DIR)/out/cheshire.$(1).bit
endef

$(foreach board,$(CHS_XILINX_BOARDS),$(eval $(call chs_xilinx_bit_rule,$(board))))
Expand Down

0 comments on commit f9337b1

Please sign in to comment.