diff options
| author | 2018-10-19 00:11:33 +1100 | |
|---|---|---|
| committer | 2018-10-20 13:26:47 +1100 | |
| commit | d8a2fe29d3c97038c8efcc328d5e7940c5310565 (patch) | |
| tree | ea76e6a6cce8363c1203666333d30dbea9100dc5 /tools/testing/selftests/powerpc/cache_shape | |
| parent | powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selected (diff) | |
| download | linux-dev-d8a2fe29d3c97038c8efcc328d5e7940c5310565.tar.xz linux-dev-d8a2fe29d3c97038c8efcc328d5e7940c5310565.zip | |
selftests/powerpc: Fix out-of-tree build errors
Some of our Makefiles don't do the right thing when building the
selftests with O=, fix them up.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/cache_shape')
| -rw-r--r-- | tools/testing/selftests/powerpc/cache_shape/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/cache_shape/Makefile b/tools/testing/selftests/powerpc/cache_shape/Makefile index ede4d3dae750..62e947ca9921 100644 --- a/tools/testing/selftests/powerpc/cache_shape/Makefile +++ b/tools/testing/selftests/powerpc/cache_shape/Makefile @@ -1,8 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 TEST_PROGS := cache_shape -all: $(TEST_PROGS) - $(TEST_PROGS): ../harness.c ../utils.c top_srcdir = ../../../../.. |
