From patchwork Sun Aug 30 22:41:35 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 32600 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id DF0A8B7BA6 for ; Mon, 31 Aug 2009 08:44:44 +1000 (EST) Received: from localhost ([127.0.0.1]:59460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mht8a-0001tp-II for incoming@patchwork.ozlabs.org; Sun, 30 Aug 2009 18:44:40 -0400 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 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7UMi3vQ010280; Sun, 30 Aug 2009 18:44:03 -0400 Received: from localhost.localdomain (vpn1-4-209.ams2.redhat.com [10.36.4.209]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7UMi1CT028352; Sun, 30 Aug 2009 18:44:02 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Mon, 31 Aug 2009 00:41:35 +0200 Message-Id: <1251672095-13441-1-git-send-email-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PATCH] optionrom: make clean should remove raw and .d X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 *~