This adds $(check-qtest-ppc64-y) to the check-clean rule.

Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru>
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 0aaf657..3a00ea7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -319,7 +319,7 @@ check-block: $(patsubst %,check-%, $(check-block-y))
 check: check-qapi-schema check-unit check-qtest
 check-clean:
        $(MAKE) -C tests/tcg clean
-       rm -rf $(check-unit-y) $(check-qtest-i386-y) $(check-qtest-x86_64-y) 
$(check-qtest-sparc64-y) $(check-qtest-sparc-y) tests/*.o 
$(QEMU_IOTESTS_HELPERS-y)
+       rm -rf $(check-unit-y) $(check-qtest-i386-y) $(check-qtest-x86_64-y) 
$(check-qtest-sparc64-y) $(check-qtest-sparc-y) $(check-qtest-ppc64-y) 
tests/*.o $(QEMU_IOTESTS_HELPERS-y)
 
 clean: check-clean
 
-- 
1.8.4.rc4


Reply via email to