]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - tools/cgroup/Makefile
pinctrl: baytrail: Add back Baytrail-T ACPI ID
[mirror_ubuntu-artful-kernel.git] / tools / cgroup / Makefile
CommitLineData
92e015b1
GT
1# Makefile for cgroup tools
2
3CC = $(CROSS_COMPILE)gcc
4CFLAGS = -Wall -Wextra
5
6all: cgroup_event_listener
7%: %.c
8 $(CC) $(CFLAGS) -o $@ $^
9
10clean:
11 $(RM) cgroup_event_listener