WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Header dependency fix.

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1195740284 0
# Node ID 5b112010982382241d7a0777d34c13630cbd6d90
# Parent  980b8d1a5541d8d59ab8db16528d0e076bb31c12
Header dependency fix.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
---
 xen/arch/powerpc/Rules.mk |    3 ++-
 xen/arch/x86/Rules.mk     |    1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff -r 980b8d1a5541 -r 5b1120109823 xen/arch/powerpc/Rules.mk
--- a/xen/arch/powerpc/Rules.mk Thu Nov 22 10:44:54 2007 +0000
+++ b/xen/arch/powerpc/Rules.mk Thu Nov 22 14:04:44 2007 +0000
@@ -12,7 +12,6 @@ CFLAGS += -m64 -ffreestanding -fno-built
 CFLAGS += -m64 -ffreestanding -fno-builtin -fno-common
 CFLAGS += -iwithprefix include -Werror -pipe
 CFLAGS += -I$(BASEDIR)/include
-CFLAGS += -I$(BASEDIR)/include/asm-powerpc/mach-generic
 CFLAGS += -I$(BASEDIR)/include/asm-powerpc/mach-default
 CFLAGS += $(C_WARNINGS)
 CFLAGS += -msoft-float -O2
@@ -33,6 +32,8 @@ LDFLAGS += -m elf64ppc
                --redefine-sym _binary_$*_bin_size=$*_size \
                $< $@
 
+HDRS += $(wildcard $(BASEDIR)/include/asm-powerpc/mach-*/*.h)
+
 # Test for at least GCC v3.2.x.
 gcc-ver = $(shell $(CC) -dumpversion | sed -e 's/^\(.\)\.\(.\)\.\(.\)/\$(1)/')
 ifeq ($(call gcc-ver,1),1)
diff -r 980b8d1a5541 -r 5b1120109823 xen/arch/x86/Rules.mk
--- a/xen/arch/x86/Rules.mk     Thu Nov 22 10:44:54 2007 +0000
+++ b/xen/arch/x86/Rules.mk     Thu Nov 22 14:04:44 2007 +0000
@@ -57,6 +57,7 @@ HDRS += $(wildcard $(BASEDIR)/include/as
 HDRS += $(wildcard $(BASEDIR)/include/asm-x86/hvm/*.h)
 HDRS += $(wildcard $(BASEDIR)/include/asm-x86/hvm/svm/*.h)
 HDRS += $(wildcard $(BASEDIR)/include/asm-x86/hvm/vmx/*.h)
+HDRS += $(wildcard $(BASEDIR)/include/asm-x86/mach-*/*.h)
 
 # Require GCC v3.4+ (to avoid issues with alignment constraints in Xen headers)
 $(call cc-ver-check,CC,0x030400,"Xen requires at least gcc-3.4")

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Header dependency fix., Xen patchbot-unstable <=