aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/cache_shape
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/powerpc/cache_shape')
-rw-r--r--tools/testing/selftests/powerpc/cache_shape/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/cache_shape/Makefile b/tools/testing/selftests/powerpc/cache_shape/Makefile
index 62e947ca9921..ede4d3dae750 100644
--- a/tools/testing/selftests/powerpc/cache_shape/Makefile
+++ b/tools/testing/selftests/powerpc/cache_shape/Makefile
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := cache_shape
+all: $(TEST_PROGS)
+
$(TEST_PROGS): ../harness.c ../utils.c
top_srcdir = ../../../../..