Fixed tests using sbi shutdown
This commit is contained in:
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user