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
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
mm
/
Makefile
blob
ee179e22308c59bd9c206f8920bb5806f25c73fa
1
noarg
:
2
$(
MAKE
) -
C ..
/
3
4
TEST_PROGS
:=
hugetlb_vs_thp_test subpage_prot
5
TEST_FILES
:=
tempfile
6
7
all
: $(
TEST_PROGS
) $(
TEST_FILES
)
8
9
$(
TEST_PROGS
):
..
/
harness.c
10
11
include
..
/
..
/
lib.mk
12
13
tempfile
:
14
dd if
=/
dev
/
zero of
=
tempfile bs
=
64
k count
=
1
15
16
clean
:
17
rm
-
f
$(
TEST_PROGS
)
tempfile