• Home
  • 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
8
9include ../lib.mk
10
11$(OUTPUT)/test_memcontrol: cgroup_util.c
12$(OUTPUT)/test_core: cgroup_util.c
13