Skip to content

Commit

Permalink
Cluster makefile: use bender variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Nov 8, 2024
1 parent 84b0c09 commit 4ad23cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/system/spatz_cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ROOT := ${SPATZ_DIR}
SPATZ_CLUSTER_DIR := ${SPATZ_DIR}/hw/system/spatz_cluster
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
MKFILE_DIR := $(dir $(MKFILE_PATH))
CACHE_PATH := $(shell bender path insitu-cache)
CACHE_PATH := $(shell $(BENDER) path insitu-cache)

# Configuration file
CFG ?= flamingo
Expand Down

0 comments on commit 4ad23cf

Please sign in to comment.