Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
40565b5aedd6d0ca88b7dfd3859d709d2f6f8cf9
/
.
/
tools
/
accounting
/
Makefile
blob: 647c94a219bf5660a72b7ce5803042b6f37cdff7 [
file
] [
log
] [
blame
]
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
getdelays
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)