[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix link order.
ChangeSet 1.1433, 2005/05/04 15:05:54+01:00, cl349@xxxxxxxxxxxxxxxxxxxx Fix link order. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) 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-05 07:03:11 -04:00 +++ b/linux-2.6.11-xen-sparse/arch/xen/i386/pci/Makefile 2005-05-05 07:03:11 -04:00 @@ -11,7 +11,8 @@ c-pci-y := fixup.o c-pci-$(CONFIG_ACPI_PCI) += acpi.o c-pci-y += legacy.o -pci-y += irq.o +# Make sure irq.o gets linked in after legacy.o +l-pci-y += irq.o c-pci-$(CONFIG_X86_VISWS) := visws.o fixup.o pci-$(CONFIG_X86_VISWS) := @@ -26,6 +27,6 @@ $(patsubst %.o,$(obj)/%.c,$(c-obj-y) $(c-link)): @ln -fsn $(srctree)/arch/i386/pci/$(notdir $@) $@ -obj-y += $(c-obj-y) +obj-y += $(c-obj-y) $(l-pci-y) clean-files += $(patsubst %.o,%.c,$(c-obj-y) $(c-obj-) $(c-link)) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |