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