Re: [PATCH v2] tools/Makefile: Remove cgroup target

From: Stanislav Fomichev
Date: Fri Mar 15 2024 - 13:26:16 EST


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>