Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
689f32fbb81356efac9fac99c740c4c232634c41
/
.
/
tools
/
testing
/
selftests
/
timers
/
Makefile
blob: 94094236928171c107884cce799b8cc94e454397 [
file
] [
log
] [
blame
]
CC
=
$
(
CROSS_COMPILE
)
gcc
BUILD_FLAGS
=
-
DKTEST
CFLAGS
+=
-
O3
-
Wl
,-
no
-
as
-
needed
-
Wall
$
(
BUILD_FLAGS
)
LDFLAGS
+=
-
lrt
-
lpthread
bins
=
posix_timers nanosleep
all
:
$
{
bins
}
run_tests
:
all
./
posix_timers
./
nanosleep
clean
:
rm
-
f $
{
bins
}