repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: OMAP4: vc: fix channel configuration
[linux-2.6.git]
/
tools
/
vm
/
Makefile
blob
8e30e5c40f8a2ebc0f9a15feb10d776bbb0ec030
1
# Makefile for vm tools
2
3
CC
= $(
CROSS_COMPILE
)
gcc
4
CFLAGS
= -
Wall
-
Wextra
5
6
all
:
page-types slabinfo
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
9
10
clean
:
11
$(
RM
)
page-types slabinfo