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

[Xen-changelog] [xen-unstable] firmware: Fix CFLAGS -I directives.



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1217411706 -3600
# Node ID bfe5ad83a491be5875fa1051b653b339d42748fe
# Parent  9364212ad2b2e264076f87e26a29a1896057c70d
firmware: Fix CFLAGS -I directives.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/firmware/extboot/Makefile               |    2 --
 tools/firmware/rombios/32bit/Makefile         |    2 +-
 tools/firmware/rombios/32bit/tcgbios/Makefile |    2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff -r 9364212ad2b2 -r bfe5ad83a491 tools/firmware/extboot/Makefile
--- a/tools/firmware/extboot/Makefile   Wed Jul 30 10:02:11 2008 +0100
+++ b/tools/firmware/extboot/Makefile   Wed Jul 30 10:55:06 2008 +0100
@@ -1,7 +1,5 @@ XEN_ROOT = ../../..
 XEN_ROOT = ../../..
 include $(XEN_ROOT)/tools/firmware/Rules.mk
-
-CFLAGS += -I$(XEN_ROOT)/tools/libxc -I.
 
 .PHONY: all
 all: extboot.bin
diff -r 9364212ad2b2 -r bfe5ad83a491 tools/firmware/rombios/32bit/Makefile
--- a/tools/firmware/rombios/32bit/Makefile     Wed Jul 30 10:02:11 2008 +0100
+++ b/tools/firmware/rombios/32bit/Makefile     Wed Jul 30 10:55:06 2008 +0100
@@ -4,7 +4,7 @@ SOURCES = util.c
 SOURCES = util.c
 TARGET = 32bitbios_flat.h
 
-CFLAGS += -I../ -DGCC_PROTOS
+CFLAGS += $(CFLAGS_include) -I.. -DGCC_PROTOS
 
 SUBDIRS = tcgbios
 
diff -r 9364212ad2b2 -r bfe5ad83a491 
tools/firmware/rombios/32bit/tcgbios/Makefile
--- a/tools/firmware/rombios/32bit/tcgbios/Makefile     Wed Jul 30 10:02:11 
2008 +0100
+++ b/tools/firmware/rombios/32bit/tcgbios/Makefile     Wed Jul 30 10:55:06 
2008 +0100
@@ -5,7 +5,7 @@ FILES   = tcgbios tpm_drivers
 FILES   = tcgbios tpm_drivers
 OBJECTS = $(foreach f,$(FILES),$(f).o)
 
-CFLAGS += -I../ -I../../ -DGCC_PROTOS
+CFLAGS += $(CFLAGS_include) -I.. -I../.. -DGCC_PROTOS
 
 .PHONY: all clean
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.