aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-11-03 10:00:04 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2023-12-31 09:11:28 +0100
commitc7e618d4d40603584f65a7e251e28e9b9ceac2b6 (patch)
tree44bcdb6087032fb66ff15aa9c9e8d7476d6b54c3 /Makefile
parent7b47b13ea1672de7a0877156ed82b4a84c8a5c64 (diff)
Makefile: clean qemu-iotests output
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 676a4a54f4..8f36990335 100644
--- a/Makefile
+++ b/Makefile
@@ -202,6 +202,7 @@ clean: recurse-clean
! -path ./roms/edk2/ArmPkg/Library/GccLto/liblto-arm.a \
-exec rm {} +
rm -f TAGS cscope.* *~ */*~
+ @$(MAKE) -Ctests/qemu-iotests clean
VERSION = $(shell cat $(SRC_PATH)/VERSION)