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
staging: csr: oska: remove all.h and types.h
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
vm
/
Makefile
blob
b336b24aa6c0f6b4011315d20a7227afacf20e49
1
# Makefile for vm selftests
2
3
CC
= $(
CROSS_COMPILE
)
gcc
4
CFLAGS
= -
Wall
-
Wextra
5
6
all
:
hugepage-mmap hugepage-shm map_hugetlb
7
%: %
.c
8
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
9
10
run_tests
:
all
11
/
bin
/
sh .
/
run_vmtests
12
13
clean
:
14
$(
RM
)
hugepage-mmap hugepage-shm map_hugetlb