diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/pci/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile index 4753ebc19cae..56caf2a18baa 100644 --- a/arch/x86/pci/Makefile +++ b/arch/x86/pci/Makefile | |||
| @@ -13,7 +13,9 @@ obj-$(CONFIG_X86_VISWS) += visws.o | |||
| 13 | 13 | ||
| 14 | obj-$(CONFIG_X86_NUMAQ) += numaq_32.o | 14 | obj-$(CONFIG_X86_NUMAQ) += numaq_32.o |
| 15 | 15 | ||
| 16 | obj-y += common.o early.o mrst.o | 16 | obj-$(CONFIG_X86_MRST) += mrst.o |
| 17 | |||
| 18 | obj-y += common.o early.o | ||
| 17 | obj-y += amd_bus.o | 19 | obj-y += amd_bus.o |
| 18 | obj-$(CONFIG_X86_64) += bus_numa.o | 20 | obj-$(CONFIG_X86_64) += bus_numa.o |
| 19 | 21 | ||
