License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.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