repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.16-rc1
[cris-mirror.git]
/
tools
/
cgroup
/
Makefile
blob
860fa151640abd5823e6551fb75e57fd67a0188a
1
# SPDX-License-Identifier: GPL-2.0
2
# Makefile for cgroup tools
3
4
CC
= $(
CROSS_COMPILE
)
gcc
5
CFLAGS
= -
Wall
-
Wextra
6
7
all
:
cgroup_event_listener
8
%: %
.c
9
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
10
11
clean
:
12
$(
RM
)
cgroup_event_listener