repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtc: rtc-ab-b5ze-s3: add sub-minute alarm support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
mm
/
Makefile
blob
a14c538dd7f8d6068fe80bc4427a8e72e0cb94e6
1
noarg
:
2
$(
MAKE
) -
C ..
/
3
4
PROGS
:=
hugetlb_vs_thp_test subpage_prot
5
6
all
: $(
PROGS
)
tempfile
7
8
$(
PROGS
):
..
/
harness.c
9
10
run_tests
:
all
11
@
-
for PROG in
$(
PROGS
);
do \
12
.
/$
$PROG
;
\
13
done
;
14
15
tempfile
:
16
dd if
=/
dev
/
zero of
=
tempfile bs
=
64
k count
=
1
17
18
clean
:
19
rm
-
f
$(
PROGS
)
tempfile
20
21
.PHONY
:
all
run_tests
clean