aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/cache_shape
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-10-26 04:24:15 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2018-10-26 21:58:58 +1100
commit58cfbac25b1fd2b76f94566aed28a3662b0ff8c6 (patch)
treed88966ad8fd204312c042c6695e32d2c483f835c /tools/testing/selftests/powerpc/cache_shape
parentpowerpc/msi: Fix compile error on mpc83xx (diff)
downloadlinux-dev-58cfbac25b1fd2b76f94566aed28a3662b0ff8c6.tar.xz
linux-dev-58cfbac25b1fd2b76f94566aed28a3662b0ff8c6.zip
Revert "selftests/powerpc: Fix out-of-tree build errors"
This reverts commit d8a2fe29d3c97038c8efcc328d5e7940c5310565. That commit, by me, fixed the out of tree build errors by causing some of the tests not to build at all.
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 = ../../../../..