Searched hist:"69 f8117f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/ |
H A D | Makefile | 69f8117f Mon Oct 29 06:23:53 CDT 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> 69f8117f Mon Oct 29 06:23:53 CDT 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>
|