]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita2edfb99e35e969357b81823272117d6907528af
treec7ffb513ad911409340b2d0fff2f65dc1bf8c0aa
parentd80d516eacd256d7fba5b4754ab3caf26e0a9d4f
kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o

The file cgroup-debug.c had been removed from commit 4bdc984d4e01
(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