mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
arch/riscv: Remove riscv_sbi.c since it doesn't exist
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
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}
|
||||
|
||||
Reference in New Issue
Block a user