1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2b8b6ff01SMichael EllermanTEST_PROGS := cache_shape
3b8b6ff01SMichael Ellerman
4b8b6ff01SMichael Ellermanall: $(TEST_PROGS)
5b8b6ff01SMichael Ellerman
6b8b6ff01SMichael Ellerman$(TEST_PROGS): ../harness.c ../utils.c
7b8b6ff01SMichael Ellerman
87e0cf1c9SMichael Ellermantop_srcdir = ../../../../..
9b8b6ff01SMichael Ellermaninclude ../../lib.mk
10b8b6ff01SMichael Ellerman
11b8b6ff01SMichael Ellermanclean:
12b8b6ff01SMichael Ellerman	rm -f $(TEST_PROGS) *.o
13