Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ec12e479e30653bf973ca1185bbb09158e9af0b7
/
.
/
tools
/
accounting
/
Makefile
blob: 03687f19cbb17477c55f1a1360aa69d5842df67c [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
getdelays
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)