1
0
Fork 0
alistair23-linux/tools/testing/selftests/powerpc/cache_shape/Makefile

13 lines
204 B
Makefile

# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := cache_shape
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c ../utils.c
top_srcdir = ../../../../..
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o