summaryrefslogtreecommitdiffstats
path: root/pc-bios
diff options
context:
space:
mode:
authorPaolo Bonzini2022-09-29 13:41:55 +0200
committerAlex Bennée2022-10-06 12:53:40 +0200
commitff0102f67ff859daebbbac7c5c7752fba97e3bfd (patch)
tree15ef8ca29886bdafa4152bf753941deff6a5ac33 /pc-bios
parentpc-bios/s390-ccw: detect CC options just once (diff)
downloadqemu-ff0102f67ff859daebbbac7c5c7752fba97e3bfd.tar.gz
qemu-ff0102f67ff859daebbbac7c5c7752fba97e3bfd.tar.xz
qemu-ff0102f67ff859daebbbac7c5c7752fba97e3bfd.zip
vof: add distclean target
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> [AJB: add clean dep to distclean] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220929114231.583801-16-alex.bennee@linaro.org>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/vof/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pc-bios/vof/Makefile b/pc-bios/vof/Makefile
index 8809c82768..4e59009e67 100644
--- a/pc-bios/vof/Makefile
+++ b/pc-bios/vof/Makefile
@@ -19,4 +19,6 @@ vof.elf: entry.o main.o ci.o bootmem.o libc.o
clean:
rm -f *.o vof.bin vof.elf *~
-.PHONY: all clean
+distclean: clean
+
+.PHONY: all clean distclean