Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
2336ebc32676df5b794acfe0c980583ec6c05f34
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Makefile
blob: 51267f4184a6c2a669902c9aa0f18e0ff82e0ba4 [
file
] [
log
] [
blame
]
PROGS
:=
tm
-
resched
-
dscr
all
:
$
(
PROGS
)
$
(
PROGS
):
run_tests
:
all
@-
for
PROG
in
$
(
PROGS
);
do
\
./
$$PROG
;
\
done
;
clean
:
rm
-
f $
(
PROGS
)
*.
o
.
PHONY
:
all run_tests clean