From e180ac5e7f3c2f2740f1dd62216dff98bea0f3a5 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Wed, 24 Feb 2010 12:39:37 -0800 Subject: [PATCH] --- yaml --- r: 186975 b: refs/heads/master c: 722a639fd2cec44501c04ae32af57fd822c5a2d5 h: refs/heads/master i: 186973: 55e749490334dae4f23515aa14ee6395009ada0f 186971: 0b56e2a902d8191e87223a4fab5ec82870ba6740 186967: c5ad1349801226c95815bb55c03020a2feaa962f 186959: d3a47eb29d33a8e046aaabe44e034f9a5d5b5864 186943: 841bd9bb50fc14d020f9020baa4f8a8eaad33071 v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 61035e3258f4..f9c0c4925284 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a92d152ef9dd89c578ca2ec7118e9de8fb74a75f +refs/heads/master: 722a639fd2cec44501c04ae32af57fd822c5a2d5 diff --git a/trunk/arch/x86/pci/Makefile b/trunk/arch/x86/pci/Makefile index 4753ebc19cae..56caf2a18baa 100644 --- a/trunk/arch/x86/pci/Makefile +++ b/trunk/arch/x86/pci/Makefile @@ -13,7 +13,9 @@ obj-$(CONFIG_X86_VISWS) += visws.o obj-$(CONFIG_X86_NUMAQ) += numaq_32.o -obj-y += common.o early.o mrst.o +obj-$(CONFIG_X86_MRST) += mrst.o + +obj-y += common.o early.o obj-y += amd_bus.o obj-$(CONFIG_X86_64) += bus_numa.o