projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc1d82
)
vof: add distclean target
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 29 Sep 2022 11:41:55 +0000
(12:41 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Thu, 6 Oct 2022 10:53:40 +0000
(11:53 +0100)
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>
pc-bios/vof/Makefile
patch
|
blob
|
history
diff --git
a/pc-bios/vof/Makefile
b/pc-bios/vof/Makefile
index 8809c827684e9442290fa2216e7ed6c0a712966a..4e59009e67e7a7077bbdec64773fa48435bba2e3 100644
(file)
--- 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