linux-xiaomi-chiron/tools/testing/selftests/powerpc/cache_shape/Makefile
Michael Ellerman d8a2fe29d3 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>
2018-10-20 13:26:47 +11:00

10 lines
184 B
Makefile

# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := cache_shape
$(TEST_PROGS): ../harness.c ../utils.c
top_srcdir = ../../../../..
include ../../lib.mk
clean:
rm -f $(TEST_PROGS) *.o