Sign in
gfiber
/
kernel
/
lockdown
/
09f83488b85a30cab44c658d4ea191b67b88e6e1
/
.
/
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