arch/riscv: Remove riscv_sbi.c since it doesn't exist
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
629d9969dd
commit
79aca28bd7
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user