diff options
-rw-r--r-- | arch/arm/mach-footbridge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/Makefile b/arch/arm/mach-footbridge/Makefile index 0b64dd430d61..c3faa3bc84dd 100644 --- a/arch/arm/mach-footbridge/Makefile +++ b/arch/arm/mach-footbridge/Makefile | |||
@@ -4,11 +4,12 @@ | |||
4 | 4 | ||
5 | # Object file lists. | 5 | # Object file lists. |
6 | 6 | ||
7 | obj-y := common.o dc21285.o dma.o isa-irq.o | 7 | obj-y := common.o dma.o isa-irq.o |
8 | obj-m := | 8 | obj-m := |
9 | obj-n := | 9 | obj-n := |
10 | obj- := | 10 | obj- := |
11 | 11 | ||
12 | pci-y += dc21285.o | ||
12 | pci-$(CONFIG_ARCH_CATS) += cats-pci.o | 13 | pci-$(CONFIG_ARCH_CATS) += cats-pci.o |
13 | pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o | 14 | pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o |
14 | pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o | 15 | pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o |