Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
eb6725d03027a9375a25d3089b48be1b8c845972
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
mm
/
Makefile
blob: 357ccbd6bad9f0e038a605b1f945b9cbba717bae [
file
] [
log
] [
blame
]
noarg
:
$
(
MAKE
)
-
C
../
PROGS
:=
hugetlb_vs_thp_test
all
:
$
(
PROGS
)
$
(
PROGS
):
../
harness
.
c
run_tests
:
all
@-
for
PROG
in
$
(
PROGS
);
do
\
./
$$PROG
;
\
done
;
clean
:
rm
-
f $
(
PROGS
)
.
PHONY
:
all run_tests clean