From 1da69561458d79838a77bc883fcf32a92b07efc0 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Apr 2008 23:05:52 +0200 Subject: [PATCH] --- yaml --- r: 95632 b: refs/heads/master c: 895d30935ebe05f192e844792668bf8d19deaae7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/Makefile_32 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a6b78c38e38b..95140c5e4ffc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b8e1c7ec4af6defa7045ff3c9b266486124d9c5 +refs/heads/master: 895d30935ebe05f192e844792668bf8d19deaae7 diff --git a/trunk/arch/x86/pci/Makefile_32 b/trunk/arch/x86/pci/Makefile_32 index 2a1516efb542..7fa519868d70 100644 --- a/trunk/arch/x86/pci/Makefile_32 +++ b/trunk/arch/x86/pci/Makefile_32 @@ -9,8 +9,8 @@ pci-y := fixup.o pci-$(CONFIG_ACPI) += acpi.o pci-y += legacy.o irq.o -pci-$(CONFIG_X86_VISWS) := visws.o fixup.o -pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o +pci-$(CONFIG_X86_VISWS) += visws.o fixup.o +pci-$(CONFIG_X86_NUMAQ) += numa.o irq.o pci-$(CONFIG_NUMA) += mp_bus_to_node.o obj-y += $(pci-y) common.o early.o