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

all: $(TEST_PROGS)

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

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

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