Home
last modified time | relevance | path

Searched hist:"69 f8117f17b332a68cd8f4bf8c2d0d3d5b84efc5" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/powerpc/cache_shape/
H A DMakefilediff 69f8117f17b332a68cd8f4bf8c2d0d3d5b84efc5 Mon Oct 29 12:23:53 CET 2018 Michael Ellerman <mpe@ellerman.id.au> selftests/powerpc/cache_shape: Fix out-of-tree build

Use TEST_GEN_PROGS and don't redefine all, this makes the out-of-tree
build work. We need to move the extra dependencies below the include
of lib.mk, because it adds the $(OUTPUT) prefix if it's defined.

We can also drop the clean rule, lib.mk does it for us.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>