Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e0155a99b28f63e007c0c74076ad8ae486a3c9d3
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
vphn
/
Makefile
blob: e539f775fd8f0a7459f0df0bb33b7bb5de5cb6e5 [
file
] [
log
] [
blame
]
PROG
:=
test
-
vphn
CFLAGS
+=
-
m64
all
:
$
(
PROG
)
$
(
PROG
):
../
harness
.
c
run_tests
:
all
./
$
(
PROG
)
clean
:
rm
-
f $
(
PROG
)
.
PHONY
:
all run_tests clean