Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
07834743f42b4f27a21010cf5bab483b3ae3d13d
/
.
/
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