]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - tools/cgroup/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / tools / cgroup / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
92e015b1
GT
2# Makefile for cgroup tools
3
4CC = $(CROSS_COMPILE)gcc
5CFLAGS = -Wall -Wextra
6
7all: cgroup_event_listener
8%: %.c
9 $(CC) $(CFLAGS) -o $@ $^
10
11clean:
12 $(RM) cgroup_event_listener