qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 4/6] optionrom: create .PHONY variable


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 4/6] optionrom: create .PHONY variable
Date: Tue, 6 Oct 2009 21:11:13 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 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 2d3069a..b01a54e 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -6,6 +6,7 @@ include ../../config-host.mak
 include $(SRC_PATH)/rules.mak

 VPATH=$(SRC_PATH)/pc-bios/optionrom
+.PHONY : all clean build-all

 CFLAGS := -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin
 CFLAGS += -I$(SRC_PATH)
-- 
1.6.2.5





reply via email to

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