From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mht87-0001th-4j for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:44:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mht81-0001tT-Aw for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:44:09 -0400 Received: from [199.232.76.173] (port=39786 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mht81-0001tQ-5C for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:44:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19974) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mht80-00073R-Kl for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:44:04 -0400 From: Juan Quintela Date: Mon, 31 Aug 2009 00:41:35 +0200 Message-Id: <1251672095-13441-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH] optionrom: make clean should remove raw and .d List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Signed-off-by: Juan Quintela --- 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