xref: /linux/tools/testing/selftests/powerpc/cache_shape/Makefile (revision b7d3826c2ed6c3e626e7ae796c5df2c0d2551c6a)
1# SPDX-License-Identifier: GPL-2.0
2TEST_PROGS := cache_shape
3
4all: $(TEST_PROGS)
5
6$(TEST_PROGS): ../harness.c ../utils.c
7
8top_srcdir = ../../../../..
9include ../../lib.mk
10
11clean:
12	rm -f $(TEST_PROGS) *.o
13