Fixed tests using sbi shutdown

This commit is contained in:
2023-11-03 16:35:08 +01:00
parent b5cf188c0a
commit e9cc295470
10 changed files with 42 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ AS=riscv32-elf-as
LD=riscv32-elf-ld
BUILD_DIR=../build/tests/
S_FILES := $(shell find ./ -name '*.s')
S_FILES := $(shell find ./ -name '*.s' -not -name 'exit_return.s')
NAMES = $(basename $(S_FILES))
OBJECTS=$(patsubst %, $(BUILD_DIR)/%, $(NAMES))