mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 08:45:04 +08:00
arch/risc-v/mpfs: Remove riscv_pthread_exit.c in Make.defs
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -61,7 +61,7 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
||||
CMN_CSRCS += riscv_task_start.c
|
||||
CMN_CSRCS += riscv_pthread_start.c riscv_pthread_exit.c
|
||||
CMN_CSRCS += riscv_pthread_start.c
|
||||
CMN_CSRCS += riscv_signal_dispatch.c
|
||||
|
||||
CMN_UASRCS += riscv_signal_handler.S
|
||||
|
||||
Reference in New Issue
Block a user