Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
789697007799297173bfb388cc7a71417b31273a
/
.
/
tools
/
accounting
/
Makefile
blob: 647c94a219bf5660a72b7ce5803042b6f37cdff7 [
file
] [
log
] [
blame
]
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
getdelays
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)