mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
sched/Makefile: move task_reparent.c to appropriate Makefile
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -23,7 +23,6 @@ CSRCS += group_setupstreams.c group_setupidlefiles.c group_setuptaskfiles.c
|
||||
CSRCS += group_foreachchild.c group_killchildren.c group_signal.c
|
||||
|
||||
ifeq ($(CONFIG_SCHED_HAVE_PARENT),y)
|
||||
CSRCS += task_reparent.c
|
||||
ifeq ($(CONFIG_SCHED_CHILD_STATUS),y)
|
||||
CSRCS += group_childstatus.c
|
||||
endif
|
||||
|
||||
@@ -26,7 +26,7 @@ CSRCS += task_cancelpt.c task_terminate.c task_gettid.c exit.c
|
||||
CSRCS += task_tls_alloc.c
|
||||
|
||||
ifeq ($(CONFIG_SCHED_HAVE_PARENT),y)
|
||||
CSRCS += task_getppid.c
|
||||
CSRCS += task_getppid.c task_reparent.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_HAVE_VFORK),y)
|
||||
|
||||
Reference in New Issue
Block a user