kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
authorLi Bin <huawei.libin@huawei.com>
Sat, 30 Jan 2016 03:54:03 +0000 (11:54 +0800)
committerTejun Heo <tj@kernel.org>
Sun, 31 Jan 2016 10:11:21 +0000 (05:11 -0500)
The file cgroup-debug.c had been removed from commit fe6934354f8e
(cgroups: move the cgroup debug subsys into cgroup.c to access internal state).
Remain the CFLAGS_REMOVE_cgroup-debug.o = $(CC_FLAGS_FTRACE)
useless in kernel/Makefile.

Signed-off-by: Li Bin <huawei.libin@huawei.com>
Acked-by: Zefan Li <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/Makefile

index 53abf008ecb39758e1812f7a593323d65e7fd304..baa55e50a31559b437a2f571b18ce66a8a334aa4 100644 (file)
@@ -14,8 +14,7 @@ obj-y     = fork.o exec_domain.o panic.o \
 obj-$(CONFIG_MULTIUSER) += groups.o
 
 ifdef CONFIG_FUNCTION_TRACER
-# Do not trace debug files and internal ftrace files
-CFLAGS_REMOVE_cgroup-debug.o = $(CC_FLAGS_FTRACE)
+# Do not trace internal ftrace files
 CFLAGS_REMOVE_irq_work.o = $(CC_FLAGS_FTRACE)
 endif
 
This page took 0.033344 seconds and 5 git commands to generate.