mirror-linux/tools/testing/selftests/powerpc/cache_shape/Makefile

11 lines
141 B
Makefile

TEST_PROGS := cache_shape
all: $(TEST_PROGS)
$(TEST_PROGS): ../harness.c ../utils.c
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o