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] New files in sparse tree are made via 'obj-y' variable,

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] New files in sparse tree are made via 'obj-y' variable, not 'c-obj-y'.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 03 May 2005 17:24:41 +0000
Delivery-date: Tue, 03 May 2005 18:04:07 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1426, 2005/05/03 18:24:41+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        New files in sparse tree are made via 'obj-y' variable, not 'c-obj-y'.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 kernel/Makefile |    4 ++--
 pci/Makefile    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile 
b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile
--- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile     2005-05-03 
14:04:27 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile     2005-05-03 
14:04:27 -04:00
@@ -29,10 +29,10 @@
 c-obj-$(CONFIG_APM)            += apm.o
 obj-$(CONFIG_X86_SMP)          += smp.o smpboot.o
 #obj-$(CONFIG_X86_TRAMPOLINE)  += trampoline.o
-c-obj-$(CONFIG_X86_MPPARSE)    += mpparse.o
+obj-$(CONFIG_X86_MPPARSE)      += mpparse.o
 obj-$(CONFIG_X86_LOCAL_APIC)   += apic.o
 c-obj-$(CONFIG_X86_LOCAL_APIC) += nmi.o
-c-obj-$(CONFIG_X86_IO_APIC)    += io_apic.o
+obj-$(CONFIG_X86_IO_APIC)      += io_apic.o
 c-obj-$(CONFIG_X86_NUMAQ)      += numaq.o
 c-obj-$(CONFIG_X86_SUMMIT_NUMA)        += summit.o
 c-obj-$(CONFIG_MODULES)                += module.o
diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/i386/pci/Makefile 
b/linux-2.6.11-xen-sparse/arch/xen/i386/pci/Makefile
--- a/linux-2.6.11-xen-sparse/arch/xen/i386/pci/Makefile        2005-05-03 
14:04:27 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/pci/Makefile        2005-05-03 
14:04:27 -04:00
@@ -11,7 +11,7 @@
 c-pci-y                                := fixup.o
 c-pci-$(CONFIG_ACPI_PCI)       += acpi.o
 c-pci-y                                += legacy.o
-c-pci-y                                += irq.o
+pci-y                          += irq.o
 
 c-pci-$(CONFIG_X86_VISWS)      := visws.o fixup.o
 pci-$(CONFIG_X86_VISWS)                :=

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] New files in sparse tree are made via 'obj-y' variable, not 'c-obj-y'., BitKeeper Bot <=