summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/cache_shape/Makefile
blob: 1be547434a49c3feb8f7e40c03d4b5260a3b30d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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