Skip to content

Commit

Permalink
Merge pull request #246 from pulp-platform/aottaviano/fix-mibench
Browse files Browse the repository at this point in the history
sw: Add missing variable for mibench after mibench update
  • Loading branch information
alex96295 authored Jan 1, 2024
2 parents 8ce68b7 + d6da774 commit 6fbe0a2
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 6fbe0a2

Please sign in to comment.