From d6da774edc31a44ffc46383eb4f1251314e653db Mon Sep 17 00:00:00 2001 From: aottaviano Date: Sun, 31 Dec 2023 15:03:23 +0100 Subject: [PATCH] sw: Add missing variable for mibench and update mibench --- sw/sw.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sw/sw.mk b/sw/sw.mk index 7b6345f4..40a3d9e2 100644 --- a/sw/sw.mk +++ b/sw/sw.mk @@ -93,19 +93,13 @@ define offload_tests_template ) endef -################# -# Safety Island # -################# - +# Safety Island offload tests include $(CAR_SW_DIR)/tests/bare-metal/safed/sw.mk car-safed-sw-offload-tests: $(call offload_tests_template,$(SAFED_HEADER_TARGETS),safed,$(CAR_ELFLOAD_BLOCKING_SAFED_SRC_C),$(CAR_ELFLOAD_BLOCKING_SAFED_PATH)) -################### -# Integer Cluster # -################### - +# Integer Cluster offload tests include $(CAR_SW_DIR)/tests/bare-metal/pulpd/sw.mk car-pulpd-sw-offload-tests: @@ -134,6 +128,7 @@ LDFLAGS := $(CAR_SW_LDFLAGS) LDLIBS += $(CHS_SW_LIBS) LDLIBS += $(CAR_SW_LIBS) LDLINK := -T$(CAR_LD_DIR)/l2.ld +ELF_PREFIX := l2 -include $(MIBENCH_DIR)/mibench.mk