Skip to content

Commit

Permalink
sw: Add missing variable for mibench and update mibench
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Dec 31, 2023
1 parent 8ce68b7 commit d6da774
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions sw/sw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d6da774

Please sign in to comment.