xref: /openbmc/linux/tools/testing/selftests/powerpc/cache_shape/Makefile (revision f79e4d5f92a129a1159c973735007d4ddc8541f3)
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