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)
commite11b956e9ebef098cc4f81964a1f57e40fe75cd4
treec7ffb513ad911409340b2d0fff2f65dc1bf8c0aa
parent9a2ddda572a002633a64b1ae5f4bc49cfcbf495f
kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o

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