You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]
Signed-off-by: Cong Liu <[email protected]>
Acked-by: Stanislav Fomichev <[email protected]>
Reviewed-by: Dmitry Rokosov <[email protected]>
Cc: Cong Liu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
0 commit comments