From patchwork Sun Aug 30 22:48:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 32602 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 A4FFFB7BA4 for ; Mon, 31 Aug 2009 08:53:20 +1000 (EST) Received: from localhost ([127.0.0.1]:60337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhtGu-0004Ds-6r for incoming@patchwork.ozlabs.org; Sun, 30 Aug 2009 18:53:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhtF5-0003qK-7w for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:51:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhtF0-0003o5-GL for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:51:22 -0400 Received: from [199.232.76.173] (port=57175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhtEz-0003nt-M4 for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:51:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44583) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhtEy-0008Bu-QM for qemu-devel@nongnu.org; Sun, 30 Aug 2009 18:51:17 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7UMpGaF015635; Sun, 30 Aug 2009 18:51:16 -0400 Received: from localhost.localdomain (vpn1-4-209.ams2.redhat.com [10.36.4.209]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7UMpCVv014552; Sun, 30 Aug 2009 18:51:14 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Mon, 31 Aug 2009 00:48:46 +0200 Message-Id: <4f6c3b15aa6d5d2399b40599a7a881c29460e2a8.1251672463.git.quintela@redhat.com> In-Reply-To: <524d68ff85692c828b714ecf4dfdca248bb52f38.1251672463.git.quintela@redhat.com> References: <524d68ff85692c828b714ecf4dfdca248bb52f38.1251672463.git.quintela@redhat.com> In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PATCH 2/2] otionrom: Use local CFLAGS no global one 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 It is needed by %.o : %.c rule. Signed-off-by: Juan Quintela --- pc-bios/optionrom/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile index 097bcf4..78ce684 100644 --- a/pc-bios/optionrom/Makefile +++ b/pc-bios/optionrom/Makefile @@ -10,6 +10,7 @@ VPATH=$(SRC_PATH)/pc-bios/optionrom CFLAGS = -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin CFLAGS += -I$(SRC_PATH) CFLAGS += $(call cc-option, -fno-stack-protector,"") +QEMU_CFLAGS = $(CFLAGS) build-all: multiboot.bin