On 03/15, Cong Liu wrote: > The tools/cgroup directory no longer contains a Makefile. This patch > updates the top-level tools/Makefile to remove references to building > and installing cgroup components. This change reflects the current > structure of the tools directory and fixes the build failure when > building tools in the top-level directory. > > linux/tools$ make cgroup > DESCEND cgroup > make[1]: *** No targets specified and no makefile found. Stop. > make: *** [Makefile:73: cgroup] Error 2 > > Signed-off-by: Cong Liu <liucong2@xxxxxxxxxx> Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxx>