repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
eeprom: at24: split at24_eeprom_write() into specialized functions
[linux/fpc-iii.git]
/
tools
/
cgroup
/
Makefile
blob
b4286196b763e68206ea86d4ae906dd7bebe09ef
1
# Makefile for cgroup tools
2
3
CC
= $(
CROSS_COMPILE
)
gcc
4
CFLAGS
= -
Wall
-
Wextra
5
6
all
:
cgroup_event_listener
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
9
10
clean
:
11
$(
RM
)
cgroup_event_listener