diff options
Diffstat (limited to 'arch/x86/pci/Makefile')
-rw-r--r-- | arch/x86/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile index ee0af58ca5bd..e063eed0f912 100644 --- a/arch/x86/pci/Makefile +++ b/arch/x86/pci/Makefile | |||
@@ -18,7 +18,7 @@ obj-$(CONFIG_X86_VISWS) += visws.o | |||
18 | obj-$(CONFIG_X86_NUMAQ) += numaq_32.o | 18 | obj-$(CONFIG_X86_NUMAQ) += numaq_32.o |
19 | obj-$(CONFIG_X86_NUMACHIP) += numachip.o | 19 | obj-$(CONFIG_X86_NUMACHIP) += numachip.o |
20 | 20 | ||
21 | obj-$(CONFIG_X86_INTEL_MID) += mrst.o | 21 | obj-$(CONFIG_X86_INTEL_MID) += intel_mid_pci.o |
22 | 22 | ||
23 | obj-y += common.o early.o | 23 | obj-y += common.o early.o |
24 | obj-y += bus_numa.o | 24 | obj-y += bus_numa.o |