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