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
@ -61,7 +61,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
||||||
CMN_CSRCS += riscv_task_start.c
|
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_CSRCS += riscv_signal_dispatch.c
|
||||||
|
|
||||||
CMN_UASRCS += riscv_signal_handler.S
|
CMN_UASRCS += riscv_signal_handler.S
|
||||||
|
Loading…
Reference in New Issue
Block a user