Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
b1d1776139698d7522dfd46aa81a056f030ddaf7
/
.
/
tools
/
accounting
/
Makefile
blob: 647c94a219bf5660a72b7ce5803042b6f37cdff7 [
file
] [
log
] [
blame
]
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
getdelays
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)