sched/Makefile: move task_reparent.c to appropriate Makefile

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2022-07-27 11:35:36 +08:00
committed by Xiang Xiao
parent ad322ef67d
commit 7032739efe
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
+1 -1
View File
@@ -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)