Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
ad30cb9946515f72af5c3e89ad9de18870c1a1e7
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Makefile
blob: 122cf1830de8ed63c5eb5decdbd20b6ea8138608 [
file
] [
log
] [
blame
]
PROGS
:=
tm
-
resched
-
dscr tm
-
syscall
all
:
$
(
PROGS
)
$
(
PROGS
):
../
harness
.
c
tm
-
syscall
:
tm
-
syscall
-
asm
.
S
tm
-
syscall
:
CFLAGS
+=
-
mhtm
run_tests
:
all
@-
for
PROG
in
$
(
PROGS
);
do
\
./
$$PROG
;
\
done
;
clean
:
rm
-
f $
(
PROGS
)
*.
o
.
PHONY
:
all run_tests clean