xref: /linux-6.15/tools/testing/selftests/cgroup/Makefile (revision 151f4e2b)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wall
3
4all:
5
6TEST_GEN_PROGS = test_memcontrol
7TEST_GEN_PROGS += test_core
8TEST_GEN_PROGS += test_freezer
9
10include ../lib.mk
11
12$(OUTPUT)/test_memcontrol: cgroup_util.c
13$(OUTPUT)/test_core: cgroup_util.c
14$(OUTPUT)/test_freezer: cgroup_util.c
15

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026