From 5e32d5766e335dc1d04ba444a558e01ede24d0f6 Mon Sep 17 00:00:00 2001 From: Viviane Potocnik Date: Thu, 19 Oct 2023 18:20:46 +0200 Subject: [PATCH] bender: changes to comply with Occamy dev --- sw/apps/transformer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/apps/transformer/Makefile b/sw/apps/transformer/Makefile index 091f77f4c5..3d71b761fa 100644 --- a/sw/apps/transformer/Makefile +++ b/sw/apps/transformer/Makefile @@ -11,6 +11,7 @@ DNN_DIR := $(realpath $(MK_DIR)../../dnn/src/) BLAS_DIR := $(realpath $(MK_DIR)../../blas/) APP_DIR := $(realpath $(MK_DIR)src) DATA_GEN_DIR := $(realpath $(MK_DIR)../../../target/snitch_cluster/sw/apps/dnn/) +APP ?= transformer $(info DATA_GEN_DIR: $(DATA_GEN_DIR))