qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT ae20c62] optionrom: make clean should remove raw


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT ae20c62] optionrom: make clean should remove raw and .d
Date: Wed, 09 Sep 2009 22:37:04 -0000

From: Juan Quintela <address@hidden>

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
index 9516ac5..78ce684 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -24,4 +24,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 *~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]