Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
cooloney
/
linux-leds
/
bc0195aad0daa2ad5b0d76cce22b167bc3435590
/
.
/
tools
/
cgroup
/
Makefile
blob: b4286196b763e68206ea86d4ae906dd7bebe09ef [
file
] [
log
] [
blame
]
# Makefile for cgroup tools
CC
=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
=
-
Wall
-
Wextra
all
:
cgroup_event_listener
%:
%.
c
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
clean
:
$
(
RM
)
cgroup_event_listener