From 4f3f5353aaf1bab2b81c9201d3d899508c2d5808 Mon Sep 17 00:00:00 2001 From: Philippe Sauter Date: Tue, 17 Sep 2024 10:19:31 +0200 Subject: [PATCH] bender: fix spelling for `BENDER_TARGETS` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd32278..d38ed80 100644 --- a/Makefile +++ b/Makefile @@ -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