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
x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
cache_shape
/
Makefile
blob
1be547434a49c3feb8f7e40c03d4b5260a3b30d4
1
# SPDX-License-Identifier: GPL-2.0
2
TEST_PROGS
:=
cache_shape
3
4
all
: $(
TEST_PROGS
)
5
6
$(
TEST_PROGS
):
..
/
harness.c ..
/
utils.c
7
8
include
..
/
..
/
lib.mk
9
10
clean
:
11
rm
-
f
$(
TEST_PROGS
) *
.o