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>
此提交包含在:
Michael Ellerman
2018-10-19 00:11:33 +11:00
父節點 51eeef9e13
當前提交 d8a2fe29d3
共有 4 個檔案被更改,包括 1 行新增6 行删除

查看文件

@@ -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 = ../../../../..