arch/riscv: Remove riscv_sbi.c since it doesn't exist

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-04-02 05:13:55 +08:00 committed by Petro Karashchenko
parent 629d9969dd
commit 79aca28bd7

View File

@ -21,7 +21,7 @@
# If the NuttX kernel runs in S-mode
CMN_ASRCS += riscv_dispatch_syscall.S
CMN_CSRCS += riscv_sbi.c riscv_perform_syscall.c
CMN_CSRCS += riscv_perform_syscall.c
CMN_CSRCS += riscv_percpu.c
INCLUDES += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)common$(DELIM)supervisor}