* [Qemu-devel] [PATCH] optionrom: make clean should remove raw and .d
@ 2009-08-30 22:41 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2009-08-30 22:41 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
pc-bios/optionrom/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
index 78887c4..097bcf4 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -23,4 +23,4 @@ build-all: multiboot.bin
$(call quiet-command,$(SHELL) $(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@," Signing $(TARGET_DIR)$@")
clean:
- $(RM) *.o *.img *.bin *~
+ $(RM) *.o *.d *.raw *.img *.bin *~
--
1.6.2.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-30 22:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-30 22:41 [Qemu-devel] [PATCH] optionrom: make clean should remove raw and .d Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).