Sign in
gem5
/
arm
/
linux
/
1e3921471354244f70fe268586ff94a97a6dd4df
/
.
/
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