tools/Makefile: remove cgroup target
authorCong Liu <liucong2@kylinos.cn>
Fri, 15 Mar 2024 01:22:48 +0000 (09:22 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Mar 2024 18:07:21 +0000 (11:07 -0700)
commit950bf45d3bbfdb373772ed4d32b5f90e8532fcce
tree297a0193ea1dfafc650dd829414f89592b5e3a44
parentd5d39c707a4cf0bcc84680178677b97aa2cb2627
tools/Makefile: remove cgroup target

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

Link: https://lkml.kernel.org/r/20240315012249.439639-1-liucong2@kylinos.cn
Signed-off-by: Cong Liu <liucong2@kylinos.cn>
Acked-by: Stanislav Fomichev <sdf@google.com>
Reviewed-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
Cc: Cong Liu <liucong2@kylinos.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/Makefile