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-ppc-devel

[XenPPC] [pushed] [ppc] special sause to depend on local headers

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] special sause to depend on local headers
From: jimix@xxxxxxxxxxxxxx
Date: Fri, 19 May 2006 13:09:22 -0400
Delivery-date: Fri, 19 May 2006 10:08:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   10373:2b09feae5f887eec534f9f4b12649c139504cfee
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Fri May 19 13:07:49 2006 -0400
files:       xen/arch/ppc/Makefile
description:
[ppc] special sause to depend on local headers


diff -r ee4e0b41b205e3031299e8a8cd846d40e025fc1c -r 
2b09feae5f887eec534f9f4b12649c139504cfee xen/arch/ppc/Makefile
--- a/xen/arch/ppc/Makefile     Fri May 19 11:20:34 2006 -0400
+++ b/xen/arch/ppc/Makefile     Fri May 19 13:07:49 2006 -0400
@@ -64,6 +64,8 @@ irq.o: ../x86/irq.c
 irq.o: ../x86/irq.c
 physdev.o: ../x86/physdev.c
 
+HDRS += $(wildcard *.h)
+
 start.o: boot/start.S
        $(CC) $(CFLAGS) -D__ASSEMBLY__ -c $< -o $@
 



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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed] [ppc] special sause to depend on local headers, jimix <=