Prev: rcu: define __rcu address space modifier for sparse
Next: [PATCH] microblaze: Begin stack dump with caller of dump_stack()
From: Yinghai Lu on 24 Feb 2010 15:50 Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile index ab637f9..131e4da 100644 --- a/arch/x86/pci/Makefile +++ b/arch/x86/pci/Makefile @@ -13,7 +13,8 @@ obj-$(CONFIG_X86_VISWS) += visws.o obj-$(CONFIG_X86_NUMAQ) += numaq_32.o -obj-y += common.o early.o mrst.o +obj-y += common.o early.o +obj-$(CONFIG_X86_MRST) += mrst.o obj-y += amd_bus.o bus_numa.o ifeq ($(CONFIG_PCI_DEBUG),y) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |