mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 22:20:24 +00: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:
parent
8bf7f94d39
commit
9d91d69ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue