Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
822672a7b496e724f879af703693f342e2215163
/
.
/
tools
/
vm
/
Makefile
blob: 8e30e5c40f8a2ebc0f9a15feb10d776bbb0ec030 [
file
] [
log
] [
blame
]
# Makefile for vm tools
CC
=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
=
-
Wall
-
Wextra
all
:
page
-
types slabinfo
%:
%.
c
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
clean
:
$
(
RM
)
page
-
types slabinfo