summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/cache_shape/Makefile
blob: 62e947ca9921c3b2ff73d6c5986bfde7e658c25d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := cache_shape

$(TEST_PROGS): ../harness.c ../utils.c

top_srcdir = ../../../../..
include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o