projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh
[platform/kernel/linux-starfive.git]
/
tools
/
cgroup
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0
2
# Makefile for cgroup tools
3
4
CFLAGS = -Wall -Wextra
5
6
all: cgroup_event_listener
7
%: %.c
8
$(CC) $(CFLAGS) -o $@ $^
9
10
clean:
11
$(RM) cgroup_event_listener