Skip to content

Commit

Permalink
bender: fix spelling for BENDER_TARGETS
Browse files Browse the repository at this point in the history
  • Loading branch information
phsauter committed Sep 17, 2024
1 parent ec02c62 commit 4f3f535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ PICKLE_OUT ?= $(PROJ_DIR)/pickle
# list of source files
$(PICKLE_OUT)/croc_sources.json: Bender.lock Bender.yml rtl/*/Bender.yml
mkdir -p pickle
$(BENDER) sources -f $(foreach t,$(BENDER_TARGERS),-t $(t)) > $@
$(BENDER) sources -f $(foreach t,$(BENDER_TARGETS),-t $(t)) > $@

# pickle source files into one file/context
$(PICKLE_OUT)/croc_morty.sv: $(PICKLE_OUT)/croc_sources.json rtl/* ihp13/*.sv
Expand Down

0 comments on commit 4f3f535

Please sign in to comment.