Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7c75544983edece1b745367922cf1053606cd369
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
cache_shape
/
Makefile
blob: 1be547434a49c3feb8f7e40c03d4b5260a3b30d4 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS
:=
cache_shape
all
:
$
(
TEST_PROGS
)
$
(
TEST_PROGS
):
../
harness
.
c
../
utils
.
c
include
../../
lib
.
mk
clean
:
rm
-
f $
(
TEST_PROGS
)
*.
o