Sign in
android-kvm
/
linux
/
4b5ca74113a1e02f4a7ea80aea9b977705f3d961
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
mm
/
Makefile
blob: 41cc3ed66818bffa72d3bfffcbdecb44123c6ffc [
file
] [
log
] [
blame
]
noarg
:
$
(
MAKE
)
-
C
../
TEST_PROGS
:=
hugetlb_vs_thp_test subpage_prot
all
:
$
(
TEST_PROGS
)
tempfile
$
(
TEST_PROGS
):
../
harness
.
c
include
../../
lib
.
mk
tempfile
:
dd
if
=/
dev
/
zero of
=
tempfile bs
=
64k
count
=
1
clean
:
rm
-
f $
(
TEST_PROGS
)
tempfile